분류 전체보기 805

2022년 23주차 '퀀트 공부 시작'

Weekly growth 슬기로운 퀀트 투자 1, 2 챕터 이번 주에는 3 챕터까지 공부하려 했으나, 약속이 많아 시간이 부족해 2 챕터까지만 공부했다. 배우고 성장한 것 퀀트의 개념을 알게 되었다. 실제 코드를 작성하여 차트를 확인할 수 있게 되었다. 백테스팅 결과를 확인하고 각 항목들이 무엇을 의미하는지 알게 되었다. 보완할 것 목표를 달성하여면 더 빠른 속도로 공부해야 한다. 더 많은 시간 투자가 필요하다. 침대에서 평균 수면시간 8시간 평균 6시간 53분으로 이전보단 나아졌지만 아직 8시간에는 못 미치고 있다. 배우고 성장한 것 이전보다 침대에서의 평균 수면시간이 증가했다. 보완할 것 저녁에 약속이 있으면 늦게 잠들게 된다. 저녁 약속을 줄이자. 늦게 잠들면 아침에 운동을 못한다. 11시에는 무조..

Register for the Party (SQL for Beginners #3)

You received an invitation to an amazing party. Now you need to write an insert statement to add yourself to the table of participants. participants table schema name (string) age (integer) attending (boolean) NOTES: Since alcohol will be served, you can only attend if you are 21 or older You can't attend if the attending column returns anything but true NOTE: Your solution should use pure SQL. ..

On the Canadian Border (SQL for Beginners #2)

You are a border guard sitting on the Canadian border. You were given a list of travelers who have arrived at your gate today. You know that American, Mexican, and Canadian citizens don't need visas, so they can just continue their trips. You don't need to check their passports for visas! You only need to check the passports of citizens of all other countries! Select names, and countries of orig..