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

시계열 excel 확장자 추가 코드 및 server 수정 #46

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

gunbro91
Copy link
Collaborator

11

@github-actions
Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@gunbro91
Copy link
Collaborator Author

CLA Assistant Lite bot: Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.

I have read the CLA Document and I hereby sign the CLA

You can retrigger this bot by commenting recheck in this Pull Request

I have read the CLA Document and I hereby sign the CLA

@@ -260,9 +262,12 @@ def main():
csv_files = {'file': csv_file_obj}

if uploaded_file.name.split('.')[-1] == 'csv':
train_df = pd.read_csv(uploaded_file, encoding='utf-8')
elif uploaded_file.name.split('.')[-1] == 'excel':
train_df = pd.read_excel(uploaded_file)
Copy link
Member

Choose a reason for hiding this comment

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

확장자 추가해주셔서 감사합니다. 고생하셨습니다.

@MinDongRyul MinDongRyul merged commit 19a27ab into main Oct 31, 2023
1 check failed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2023
@MinDongRyul MinDongRyul deleted the kgh branch October 31, 2023 02:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants