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

new column csv #11

Open
MasterCruelty opened this issue Mar 8, 2024 · 0 comments
Open

new column csv #11

MasterCruelty opened this issue Mar 8, 2024 · 0 comments
Assignees
Labels
low priority One day I'll fix refactor Refactored something

Comments

@MasterCruelty
Copy link
Owner

  • Adding "laps" column which shows all laps of that race.

this line of code helps to convert string to float list.

df['laps'] = df['laps'].apply(lambda x: [float(i) for i in x.strip('[]').split('; ')])
@MasterCruelty MasterCruelty added low priority One day I'll fix refactor Refactored something labels Mar 8, 2024
@MasterCruelty MasterCruelty self-assigned this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority One day I'll fix refactor Refactored something
Projects
None yet
Development

No branches or pull requests

1 participant