What was the dumbest thing you ever wasted time on while coding?
@andynelson23403 жыл бұрын
Thanks for the heads up on influx. I wasted 3 hours on a script last week I forgot to include brackets in a dataframe.
@andreaskayy3 жыл бұрын
😂
@andydataguy2 жыл бұрын
This was a great video to understand the challenges faced in data. Will now be able to remember to keep an extra close eye on the timezone! Thank you 🙏🏾
@andreaskayy2 жыл бұрын
Happy it helped. This can be really annoying
@dn94163 жыл бұрын
For sharing your experience
@JoseSilva-dy1opАй бұрын
What camera did you use, your image is amazing
@dn94163 жыл бұрын
Thank you ❤️
@prafful17233 жыл бұрын
Haha timestamps always trick me too but wait till you use the query builder. You're limited to visualise data to a maximum of 30 days. If you want to visualise for more than that you either need to select custom date range or move on to edit the query yourself. I find it quite annoying.
@andreaskayy3 жыл бұрын
Yeah, the UI is meant for querying short term data
@ziadirida3 жыл бұрын
What do you think about AWS Timestream for timeseries Also timescaleDb? in general
@andreaskayy3 жыл бұрын
AWS Timestream is super expensive. I hear this everywhere. Also did a cost calculation a few months back. It's rediculous.
@servercookie64702 жыл бұрын
@@andreaskayy Use TimescaleDB, we also found out that AWS timestream is insanly expensive while timescaledb was the apposite and faster
@peternfon57682 жыл бұрын
Thanks so much for the hints. I have a problem writing data as dataframe into Influxdb. I have spent more than 4 hours but I not succeeded. Could you be of help?
@andreaskayy2 жыл бұрын
Try something different! You're clearly doing it wrong. What I would do is to create a data frame manually with just a single row in it. Try to write out and use the influx ui to see if some data greets written. Most likely it's something just like I was struggling with.
@peternfon57682 жыл бұрын
@@andreaskayy Thanks so much for your reply. I really appreciate.
@peternfon57682 жыл бұрын
write_api.write(bucket=bucket, org=org, record=df, data_frame_measurement_name = 'ngerenyi')......i think i have a problem at this point to ingest the data into a bucket on Influxdb
@stewiegriffin65032 жыл бұрын
I watched this video and I didn't passed the interview. thx very much
@andreaskayy2 жыл бұрын
Haha. Well done
@wbtrap Жыл бұрын
It’s very uncomfortable to watch because of switching from dark to light and back. Will be great to use dark styles
@andreaskayy Жыл бұрын
Ok
@olehdevua2 жыл бұрын
Sorry Andreas, but dislike from me, because of misleading title. I expected to watch video about influxdb, but heard a story about stupid classic mistake! In my practice almost every developer goes through such mistake, while working with dates, usually at the beginning of his career.