Python Charting: Taming Big Data Without Crashing
1–5 of 5 posts
Re: Python Charting: Taming Big Data Without Crashing
#2Hey guys! I work at Taipy; we are a Python library designed to create web applications using only Python. Some users had problems displaying charts based on big data, e.g., line charts with 100,000 points. We worked on a feature to reduce the number of displayed points while retaining the shape of the curve as much as possible and wanted to share how we did it.
Re: Python Charting: Taming Big Data Without Crashing
#3Interesting article opening new options for large data visuals.
I will check how fast this is in Taipy. Anyone has experienced using it?
Re: Python Charting: Taming Big Data Without Crashing
#4Nice article!
Re: Python Charting: Taming Big Data Without Crashing
#5Nice technical article. Will keep it for later when I'll try to go deeper in Taipy. Thanks