Python Forum
How to split monthly data smoothly into days?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to split monthly data smoothly into days?
#2
you can first split each line using space as delimiter into a new list, then split the first word of list using '.' as delimiter.
now you can accumulate totals on first element of the list.
Reply


Messages In This Thread
RE: How to split monthly data smoothly into days? - by Larz60+ - Jan-27-2022, 10:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  selecting only october to march from monthly data u Staph 1 1,737 Jul-14-2019, 10:15 AM
Last Post: Larz60+
  selecting customized seasons from monthly time series Staph 3 2,960 Jul-14-2019, 09:40 AM
Last Post: scidam
  How to split data into trainSet and testSet retaining the index continuous Raj 1 2,531 May-02-2018, 09:03 AM
Last Post: ThiefOfTime
  monthly composite of LST comes out incorrect, with error "mean of empty slices" ns423 1 2,934 Mar-18-2018, 06:40 PM
Last Post: ns423

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020