Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRoniOne committed Aug 21, 2021
1 parent dab5bcc commit 1548554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
### With Cleaner.jl you will be able to:
- Format column names to make them unique and fit snake_case or camelCase style.
- Remove rows and columns with different kinds of empty values.
<br>e.g. missing, "", "NA", "None"
<br>e.g: missing, "", "NA", "None"
- Delete columns filled with just a constant value.
- Rematerialize your original source Tables type, as CleanTable implements the Tables interface too.
- Rematerialize your original source [Tables.jl](https://github.com/JuliaData/Tables.jl) type, as CleanTable implements the [Tables.jl](https://github.com/JuliaData/Tables.jl) interface too.

2 comments on commit 1548554

@TheRoniOne
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/43270

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 15485540fb5fbeed9997c4bf892d8d3ba6f8e63c
git push origin v0.3.0

Please sign in to comment.