Questions tagged [data-formats]
The data-formats tag has no summary.
7 questions with no upvoted or accepted answers
1
vote
2
answers
91
views
Converting data format
I'm trying to use the recent COVID-19 data from the site of Italian Civil Protection, but they use a rather complicated time format that I'm finding troublesome as a novice to plot as data in a graph.
...
1
vote
0
answers
39
views
Labeling data as having an error?
I am curating a large quantity of data from different sensors. If I know that a particular sensor was broken or poorly calibrated for a particular time range, what would be a useful way of annotating ...
1
vote
0
answers
60
views
Need help with confusing dataset formats for Images and annotations
I have a more general question, which I could not answer after quite a bit of google. Actually, I got more confused. I hope you can share some light.
I am familiar with deep learning, Keras but come ...
0
votes
0
answers
40
views
What to include in fact and dimension table from election database
I am working with election dataset of India of year 2014
and data for 2019
I also have table for party names and descriptions
and finally state name with code.
I am not getting how do i create a ...
0
votes
1
answer
279
views
How to drop the previous rows of a database based on a matching value in a column?
So I am currently trying to sort through a data frame containing attribute classes and values of teams. However, my data has multiple rows of different classes and values of the same Team ID/Attribute ...
0
votes
1
answer
230
views
Python: convert variables into correct format for DataFrame
I have 3 variables that I would like to use to build my dataset but since they are in a weird shape/format, I had no success so far. I'm quite new to this and really appreciate any help!!
The 3 ...
0
votes
1
answer
590
views
Running a query in R after establishing dbconnect
I do not seem to figure out what is wrong it the following statement. The connection to the DWH is established but the query statement in R seems not to work, with the following error :
...