Inspiration
MLH LHD Build Day 3 Challenge
What it does
Sorts a list
How we built it
Read a CSV file using pandas, converted the column (series data type) to a list, removed duplicate values using the set function.
Challenges we ran into
The list before using the set function returned None. list()>.tolist()
Accomplishments that we're proud of
A methodology was developed
What we learned
list()>.tolist()
What's next for Write Code to Sort a List
Optimize the code better
Log in or sign up for Devpost to join the conversation.