반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 카트폴
- clone coding
- 머신러닝
- Ros
- 전국국밥
- expo
- redux
- 사이드프로젝트
- React
- TeachagleMachine
- selenium
- 강화학습 기초
- python
- JavaScript
- 리액트네이티브
- Instagrame clone
- pandas
- 클론코딩
- 크롤링
- 정치인
- 데이터분석
- App
- 딥러닝
- ReactNative
- 조코딩
- kaggle
- coding
- FirebaseV9
- 강화학습
- 앱개발
Archives
- Today
- Total
목록구글플레이스토어분석 (1)
qcoding

## https://www.kaggle.com/datasets/lava18/google-play-store-apps Google Play Store Apps Web scraped data of 10k Play Store apps for analysing the Android market. www.kaggle.com 데이터를 활용하여 데이터 탐색하기 data = pd.read_csv('./googleplaystore.csv') ## 필드명 filed_name = data.columns print(f"필드명 : {filed_name}") ## 필드갯수 filed_number = len(data.columns) print(f"필드명 : {filed_number} 개") ## 데이터의 수 data_number ..
Python 데이터분석
2022. 7. 29. 16:40