Skip to content

Commit

Permalink
Final QA (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle authored Jan 21, 2025
1 parent 774ff3c commit 2b76a5c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions polars-missing-data/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
These files will allow you to work along with the [How to Deal With Missing Data in Polars](https://realpython.com/how-to-deal-with-polars-missing-data/) tutorial.
# How to Deal With Missing Data in Polars

These files will allow you to work along with the [How to Deal With Missing Data in Polars](https://realpython.com/polars-missing-data/) tutorial.

The files are:

tutorial_code.ipynb - Contains the code you see in the tutorial.
tips.parquet - Parquet file containing tips information.
sales_trends.csv - CSV file containing sales trend data.
ft_exercise.parquet - Parquet file containing data used in the comprehension exercise.
ft_exercise_solution.csv - Parquet file containing the solution to the comprehension exercise.
`tutorial_code.ipynb` - Contains the code you see in the tutorial.
`tips.parquet` - Parquet file containing tips information.
`sales_trends.csv` - CSV file containing sales trend data.
`ft_exercise.parquet` - Parquet file containing data used in the comprehension exercise.
`ft_exercise_solution.csv` - Parquet file containing the solution to the comprehension exercise.

0 comments on commit 2b76a5c

Please sign in to comment.