일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 퀀트
- Bitcoin
- 백테스트
- 프로그래밍
- 클라우드
- toefl writing
- 토플 라이팅
- backtest
- can
- 파이썬
- Cloud
- 개발자
- 아마존 웹 서비스
- AWS
- it
- AUTOSAR
- 암호화폐
- backtrader
- 오토사
- 자동차sw
- 확률
- TOEFL
- 토플
- 비트코인
- probability
- 블록체인
- python
- 백트레이더
- GeorgiaTech
- 자동매매
- Today
- Total
목록Study/DataCamp (2)
Leo's Garage
Databases Relational databases Define relationships between tables of data inside the database Tables rows = records, columns = fields Combined Data Schema Introducing queries 아주 큰 Datasets에 적합하다. SELECT FROM SELECT name FROM patrons; patrons 테이블에서 name 필드에 해당하는 값을 가져와 SELECT card_num, name FROM patrons; patrons 테이블에서 card_num과 name 필드에 있는 값을 가져와 Writing queries Aliasing rename columns SELECT na..
Data Workflow Data Collection & Storage → Data Preparation → Exploration & Visualization → Experimentation & Prediction Data engineer는 Data Collection & Storage와 연관되어 있다. Data Engineer는 the correct data in the right form to the right people as efficiently as possible A data engineer’s responsibilities Ingest data from different sources Optimize databases for analysis Remove corrupted data Develo..