You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ A tool for exploratory data analysis.
12
12
13
13
14
14
## What is exploratory data analysis?
15
-
We provide a primer [here](./docs/exploratory_data_analysis_primer.md) and show how to do some common analyses.
15
+
We provide a primer [here](https://github.com/mchav/dataframe/blob/main/docs/exploratory_data_analysis_primer.md) and show how to do some common analyses.
16
16
17
17
## Coming from other dataframe libraries
18
18
Familiar with another dataframe library? Get started:
19
-
*[Coming from Pandas](./docs/coming_from_pandas.md)
20
-
*[Coming from Polars](./docs/coming_from_polars.md)
21
-
*[Coming from dplyr](./docs/coming_from_dplyr.md)
19
+
*[Coming from Pandas](https://github.com/mchav/dataframe/blob/main/docs/coming_from_pandas.md)
20
+
*[Coming from Polars](https://github.com/mchav/dataframe/blob/main/docs/coming_from_polars.md)
21
+
*[Coming from dplyr](https://github.com/mchav/dataframe/blob/main/docs/coming_from_dplyr.md)
0 commit comments