Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ae8e7dbd authored by Thomas Vliagkoftis's avatar Thomas Vliagkoftis
Browse files

change imports

parent e38c2be1
No related branches found
No related tags found
No related merge requests found
+#!/usr/bin/env python3
#!/usr/bin/env python3
import pandas as pd
from uds4jrc.config import Config
from uds4jrc.db import eea_raw_data
from uds4jrc.utils import save_to_parquet
from src.uds4jrc.config import Config
from src.uds4jrc.db import eea_raw_data
from src.uds4jrc.utils import save_to_parquet
df = pd.DataFrame.from_records(eea_raw_data.find({}, {'_id': 0}).limit(10))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment