Jesús LópezforResolving Pythonsotastica.hashnode.dev·Nov 3, 2022Summarise Time Series data with the DataFrame.resample function❌ Don't think of a for loop if you want to summarise your daily Time Series by years. ✅ Instead, use the function resample() from pandas. Let me explain it with an example. We start by loading a DataFrame from a CSV file that contains information on ...14 likes·371 readsPandasPythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.