All Tracks/build a data graph explorer project/
Đang tải...
Hướng dẫn thử thách
1 / 1

Build a Data Graph Explorer

You will be <a href="https://colab.research.google.com/#create=true" target="_blank" rel="noopener noreferrer nofollow">working on this project with Google Colaboratory</a>. Once you complete the project, submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link." # --instructions-- For this challenge, you need to create a data graph explorer using Python that take input and do the following: - Get a .csv file in three ways - uploading it from the local computer - getting a url from user input - putting the url in the code - Use the Pandas library to save the .csv as a dataframe - Print headings and the first two rows - Store the column names as a list - Choose one or two columns and convert the data to Numpy arrays - Display data as a scatter plot or a line graph - Be able to do this for different column combinations, and interpret the graphs Once you're done, submit the URL to the public Colab notebook on your Google drive.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.py
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.