You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the strobe dump has the date and time of games represented by one string, ie
'Fri Nov 20 @ 11:00 pm'
which mashes the time and date together, doesnt use military time for simplicity, and neglects to record the year in question.
Need to create a script which rolls over all of the team csvs, opens them, and, important note, adds additional columns with the date as dd/mm/yyyy, & the time in military time. The year will need to be inferred from the directory path that the script is using to open the file, and pretty much all the rest can be done with string processing functions.
The text was updated successfully, but these errors were encountered:
Currently, the strobe dump has the date and time of games represented by one string, ie
'Fri Nov 20 @ 11:00 pm'
which mashes the time and date together, doesnt use military time for simplicity, and neglects to record the year in question.
Need to create a script which rolls over all of the team csvs, opens them, and, important note, adds additional columns with the date as dd/mm/yyyy, & the time in military time. The year will need to be inferred from the directory path that the script is using to open the file, and pretty much all the rest can be done with string processing functions.
The text was updated successfully, but these errors were encountered: