We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ead7c commit 1656a2fCopy full SHA for 1656a2f
code/bonus_chapters/dataframes/README.md
@@ -1,10 +1,10 @@
1
-Spark DataFrames Tutorial
+## Spark DataFrames Tutorial
2
3
-[1. DataFrames Tutorial: from Python Collections](./dataframe_tutorial_from_collection.py.md)
+#### [1. DataFrames Tutorial: from Python Collections](./dataframe_tutorial_from_collection.py.md)
4
5
-[2. DataFrames Tutorial: from CSV Text Files](./dataframe_tutorial_from_text_files.py.md)
+#### [2. DataFrames Tutorial: from CSV Text Files](./dataframe_tutorial_from_text_files.py.md)
6
7
-[3. Arrays in DataFrames](./arrays_in_dataframes/)
+#### [3. Arrays in DataFrames](./arrays_in_dataframes/)
8
9
-[4. Exploding Arrays in DataFrames](./explode_arrays_into_rows/)
+#### [4. Exploding Arrays in DataFrames](./explode_arrays_into_rows/)
10
0 commit comments