Commit
·
1c5de89
1
Parent(s):
0ea2566
formatting
Browse files
amazonian_fish_classifier_data.py
CHANGED
|
@@ -13,10 +13,8 @@
|
|
| 13 |
# limitations under the License.
|
| 14 |
"""TODO."""
|
| 15 |
|
| 16 |
-
|
| 17 |
import os
|
| 18 |
from pathlib import Path
|
| 19 |
-
import pandas as pd
|
| 20 |
import datasets
|
| 21 |
|
| 22 |
_CITATION = """TODO"""
|
|
@@ -26,7 +24,7 @@ _DESCRIPTION = """\
|
|
| 26 |
TODO
|
| 27 |
"""
|
| 28 |
|
| 29 |
-
_HOMEPAGE = "https://doi.org/10.25573/data.17314730.v1"
|
| 30 |
|
| 31 |
_LICENSE = "CC BY 4.0"
|
| 32 |
|
|
|
|
| 13 |
# limitations under the License.
|
| 14 |
"""TODO."""
|
| 15 |
|
|
|
|
| 16 |
import os
|
| 17 |
from pathlib import Path
|
|
|
|
| 18 |
import datasets
|
| 19 |
|
| 20 |
_CITATION = """TODO"""
|
|
|
|
| 24 |
TODO
|
| 25 |
"""
|
| 26 |
|
| 27 |
+
_HOMEPAGE = "https://doi.org/10.25573/data.17314730.v1"
|
| 28 |
|
| 29 |
_LICENSE = "CC BY 4.0"
|
| 30 |
|