Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,9 @@ This will extract the CSV files to the `data/` directory.
|
|
| 67 |
Use Pandas or other data processing tools to load the CSV files. Here is an example of how to load and concatenate all CSV files into a single DataFrame:
|
| 68 |
|
| 69 |
|
| 70 |
-
3.
|
|
|
|
|
|
|
| 71 |
```python
|
| 72 |
url = 'https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
|
| 73 |
```
|
|
|
|
| 67 |
Use Pandas or other data processing tools to load the CSV files. Here is an example of how to load and concatenate all CSV files into a single DataFrame:
|
| 68 |
|
| 69 |
|
| 70 |
+
### 3. Access AceMap Website
|
| 71 |
+
For more detailed information about each paper, visit the [AceMap](https://acemap.info/) website by concatenating the following example strings:
|
| 72 |
+
|
| 73 |
```python
|
| 74 |
url = 'https://acemap.info/papers/' + 'ZEJBRkNDRTg3RDk'
|
| 75 |
```
|