-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Write this function:
from datetime import datetime
import pandas as pd
def get_report(harvest_key: str, start: datetime, end: datetime):
...
df = pd.DataFrame(?)
return df
This data should have full grain data with as much detail as we can get from the API. We will do GROUP BY later.
Take the time to consider if there are missing requirements. For example, what if a task begins before midnight and ends 25 hours later. Would we forget to query it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels