- 1362 Views
- 0 replies
- 2 kudos
I have been trying to extract one date field from cosmos which looks like as below:"lastModifiedDate" : { "$date" : 1668443121840 }when the above field is extracted using Databricks it gets converted into a date format which looks like this...
- 1362 Views
- 0 replies
- 2 kudos
- 2180 Views
- 1 replies
- 1 kudos
We have developed a library on spark which makes typical operations on time series much simpler. You can check the repo in Github for more info. You could also check out one of our blogs which demos an implementation of a forecasting usecase with S...
- 2180 Views
- 1 replies
- 1 kudos
Latest Reply
Currently on databricks there is MLFlow with forecasting option - please check it.
- 2234 Views
- 1 replies
- 3 kudos
Specifically for write and read streaming data to HDFS or s3 etc. For IoT specific scenario how it performs on time series transactional data. Can we consider delta table as time series table?
- 2234 Views
- 1 replies
- 3 kudos
Latest Reply
Hi @Arindam Halder , Delta lake is more performant compared to a regular parquet table. pls check below for some stats on the performancehttps://docs.azuredatabricks.net/_static/notebooks/delta/optimize-python.htmlyes, you can use it for time series...