Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uds-scripts
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jrc-ldv
uds-scripts
Commits
ae8e7dbd
Commit
ae8e7dbd
authored
2 years ago
by
Thomas Vliagkoftis
Browse files
Options
Downloads
Patches
Plain Diff
change imports
parent
e38c2be1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example.py
+4
-4
4 additions, 4 deletions
example.py
with
4 additions
and
4 deletions
example.py
+
4
−
4
View file @
ae8e7dbd
+
#!/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
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment