Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored and malmaud committed Jul 29, 2023
1 parent b03e7b4 commit 9d20bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pandas.jl

This package provides a Julia interface to the excellent [Pandas](http://pandas.pydata.org/pandas-docs/stable/) package from Python. It sticks closely to the Pandas API. One exception is that integer-based indexing is automatically converted from Python's 0-based indexing to Julia's 1-based indexing.

For a pure Julia alternative, please check the excellent [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) package.
For a pure Julia alternative, please check out the excellent [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) package.

Installation
--------------
Expand Down

0 comments on commit 9d20bc6

Please sign in to comment.