Datasets:
Update README.md
Browse files
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.
|
|
|
|
|
|
|
|
|
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")
|