Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Eris Dataworks - Mars Data Overview
|
2 |
|
3 |
**Eris Dataworks** is a part of **Berinspa**, an initiative focused on data exploration and intelligent technologies for a better future.
|
@@ -25,4 +38,4 @@ Example of reading the data using Python:
|
|
25 |
import pandas as pd
|
26 |
|
27 |
df = pd.read_csv('mars.csv')
|
28 |
-
print(df.head())
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- id
|
5 |
+
- en
|
6 |
+
- es
|
7 |
+
- de
|
8 |
+
tags:
|
9 |
+
- Eris
|
10 |
+
- Eris-dataworks
|
11 |
+
- Mars
|
12 |
+
- Planet
|
13 |
+
---
|
14 |
# Eris Dataworks - Mars Data Overview
|
15 |
|
16 |
**Eris Dataworks** is a part of **Berinspa**, an initiative focused on data exploration and intelligent technologies for a better future.
|
|
|
38 |
import pandas as pd
|
39 |
|
40 |
df = pd.read_csv('mars.csv')
|
41 |
+
print(df.head())
|