I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from datetime import datetime | |
| from datetime import timedelta | |
| from itertools import islice | |
| from os import walk | |
| import csv | |
| import json | |
| import sys | |
| # --histo for simple msg frequency from a particular chat (point it to the specific directory) | |
| # --ts for time series data, ie 2d array of [date, person] |