e-mission / op-admin-dashboard

An admin/deployer dashboard for the NREL OpenPATH platform
0 stars 8 forks source link

Removed extraneous columns and updated data.mode to a string. #74

Closed achasmita closed 10 months ago

achasmita commented 10 months ago

I have excluded following columns:

EXCLUDED_TRAJECTORIES_COLS = [
    'data.loc.type',
    'data.loc.coordinates',
    'data.local_dt.year',
    'data.local_dt.month',
    'data.local_dt.day',
    'data.local_dt.hour',
    'data.local_dt.minute',
    'data.local_dt.second',
    'data.local_dt.weekday',
    'data.local_dt.timezone',
    'data.local_dt_year',
    'data.local_dt_month',
    'data.local_dt_day',
    'data.local_dt_hour',
    'data.local_dt_minute',
    'data.local_dt_second',
    'data.local_dt_weekday',
    'data.local_dt_timezone',
]
achasmita commented 10 months ago

Here is the screenshot for columns in recent table:

Screen Shot 2023-10-03 at 11 01 30 AM Screen Shot 2023-10-03 at 11 02 32 AM Screen Shot 2023-10-03 at 11 02 57 AM
shankari commented 10 months ago

I can't modify this repo, so merging and then fixing immediately