From 2b76a5c32164456c8c87ea13844e4d49e41ceeb5 Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Tue, 21 Jan 2025 20:27:47 +0100 Subject: [PATCH] Final QA (#629) --- polars-missing-data/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/polars-missing-data/README.md b/polars-missing-data/README.md index 713f4c73d2..c2b6aa27a7 100644 --- a/polars-missing-data/README.md +++ b/polars-missing-data/README.md @@ -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.