Open
Conversation
Used the datetime module to automatically make the year the current year.
Made the 2 lists of dictionaries dataframes, and added a dataframe excel exporter with a choice between the two dataframes. to do: change names of variables to be more comprehensive
Made the 2 lists of dictionaries dataframes, and added a dataframe excel exporter with a choice between the two dataframes. to do: change names of variables to be more comprehensive EDIT for v2: Both dataframes work now!
Made the 2 lists of dictionaries dataframes, and added a dataframe excel exporter with a choice between the two dataframes. to do: change names of variables to be more comprehensive EDIT for v2: Both dataframes work now! EDIT for v3: both dataframes export into one file that is named with the date and time
created two dataframes from the imported json
…uiet now. btw i added a bunch yay
and they work!
…ter testing is complete and I made it so the single team report works, and it runs a for loop so you can rapid fire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
edited the readScout function, changed variable "year" to the current year using datetime module