Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: calender generation #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

db-keli
Copy link
Member

@db-keli db-keli commented May 2, 2024

No description provided.


def generate_calendar(csv_file, start_date, end_date):
df = pd.read_csv(csv_file, index_col=0)
# I plan to add am/pm to the timestamp columns of the df here so i can include %p later
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add that and move on

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay i'll do that, now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants