From 9d20bc69c7c35b6dd1a69b7331004c57c612e7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Wed, 26 Jul 2023 17:39:46 -0300 Subject: [PATCH] Apply suggestions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf6f10..337ab2e 100644 --- a/README.md +++ b/README.md @@ -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 --------------