登入選單
返回Google圖書搜尋
Data Analysis with Python and Pandas
註釋"This course is aimed at teaching the fundamentals of data analysis with Python. The go-to module in Python for data analysis and manipulation is Pandas, which is built on top of other popular modules, such as NumPy. Pandas also works with many other data science modules, such as the machine learning framework, Scikit-Learn. The Pandas module allows you to import and export data in a variety of forms like csv, json, hdf, sql, and more. From here, Pandas helps you quickly organize this data into a columns and rows format, which is the same no matter what the input data format is. From here, you can manipulate entire columns, create new ones, apply functions to data points, perform statistical analysis, and more."--Resource description page.