Posts by Adriana Pereira • 21 points
1 post
-
1
votes1
answer61
viewsQ: How to make a Sorted by a specific csv column?
I have a file. csv and need to make a Sorted by a specific column ('salary' column) and list by the column 'name' the top 10 salaries without using PANDAS. Can you help me? Thanks in advance.…