denkCF commited on
Commit
40e63f7
·
verified ·
1 Parent(s): 6510302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -27,7 +27,11 @@ This dataset is shared under the [CC BY 4.0 License](https://creativecommons.org
27
 
28
  ## How to Use
29
 
30
- 1. Load the dataset using your favorite library (e.g., `pandas` in Python):
 
 
 
 
31
  ```python
32
  import pandas as pd
33
  df = pd.read_csv("usersCodeforcesSubmissionsEnd2024.csv")
 
27
 
28
  ## How to Use
29
 
30
+ 1. Download the `usersCodeforcesSubmissionsEnd2024.zip` file.
31
+ 2. Unzip the file to access the `usersCodeforcesSubmissionsEnd2024.csv` dataset:
32
+ - On Linux/macOS: Use the `unzip` command in the terminal.
33
+ - On Windows: Right-click the file and select "Extract All."
34
+ 3. Load the CSV file into your favorite data analysis tool:
35
  ```python
36
  import pandas as pd
37
  df = pd.read_csv("usersCodeforcesSubmissionsEnd2024.csv")