First Steps for Data Analysis / Visualization #9
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phryk/ooze#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should re-evaluate the data modeling from poobrains.
With Postgres/PostGIS as a more specialized storage solution,
we can probably save individual datapoints as rows with a single
index (probably a Foreign Key pointing to a table where each
row represents a dataset).
This would also make combinations, comparisons etc. of datasets
easier but makes it more complicated to handle columns of different
types within datasets.
Potential approach:
Has other complications, tho:
Other questions:
simplify
functions