Slide full

116 0 0
Slide full

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Trang 2 5Giá xe bao nhiêu Trang 4 13Source: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data14pháp rõ dòng.. phân tích Trang 8 29Comma-separated Values

trong phân tích 2 ? Màu? Giá xe không nên cao giá? Source: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/ Giá heo? Data scientists 10 Jeffrey C Schlemmer https://archive.ics.uci.edu/ml/machinelearning-databases/autos/ 11 12 pháp rõ mơ dịng Xem xét giá tính Thu tính liên tính liên quan tính vi Attribute1 Attribute2 Attribute3 Attribute4 n Source: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data 13 14 Jeffrey C Schlemmer Jeffrey C Schlemmer Sourse: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.names 15 attribute feature 16 -3, an toàn K / Jeffrey C Schlemmer - / Jeffrey C Schlemmer cao Giá xe 17 18 : UCI, Kaggle, Kdnuggets N By Jeffrey C Schlemmer Target(Label) Attributes description Sourse: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.names 19 20 There are packages 4.1 4.2 4.3 phân tích 21 22 violin plot, displot, heat map, cluster map, time series 23 24 Clustering Numpy Pandas Matplotlib Seaborn Sk-learn Statsmodels 25 pip Python import 26 Là trình csv, xlsx, hdf, json /Documents/mydata.csv https://archive.ics.uci.edu/ml/machine-learningdatabases/autos/imports-85.data Result -> dataframe 27 28 Comma-separated Values (csv) csv pandas.read_csv() Excel sheet excel pandas.read_excel() SQL database sql pandas.read_sql() Hierarchical Data Format (HDF) hdf pandas.read_hdf() JSON string pandas.read_json() json Data Source: https://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data 29 30 header 31 32 df df.head(n) df.tail(n) iloc() loc() ix() df.tail() 33 Comma-separated Values (csv) csv df.to_csv() Excel sheet excel df.to_excel() SQL database sql df.to_sql() Hierarchical Data Format (HDF) hdf df.to_hdf() JSON string json df.to_json() 34 df.to_csv("datasetV2.csv") 35 36 Comma-separated csv Values (csv) pandas.read_csv() df.to_csv() Excel sheet excel pandas.read_excel() df to_excel() SQL database sql pandas.read_sql() df to_sql() Hierarchical Data Format (HDF) hdf pandas.read_hdf() df to_hdf() JSON string json pandas.read_json() df to_json() string object int int64 float float64 datatime datatime64 Dùng dataframe.dtypes 37 38 39 40 ods

Ngày đăng: 17/02/2024, 11:34

Tài liệu cùng người dùng

Tài liệu liên quan