We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3471ad0 commit ddd4dc2Copy full SHA for ddd4dc2
README.md
@@ -16,7 +16,7 @@ TF Tabular is a project aimed at simplifying the process of handling tabular dat
16
To get started with TF Tabular, you will need to install it using pip:
17
18
```sh
19
-pip install tf-tabular
+pip install tabular-tf
20
```
21
22
## Usage
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["flit"]
3
build-backend = "flit.buildapi"
4
5
[project]
6
-name = "tf-tabular"
+name = "tabular-tf"
7
authors = [
8
{name = "Mathias Claassen", email = "mathias@xmartlabs.com"},
9
]
0 commit comments