Technical: ①Split a long string sequence according to several delimiter and do some manipulations and statistics. ②Basic operations with pandas data frame (construct data frame from dictionary, merge table, statistics with pandas, etc.) Managers: Focused on personal projects
Sigiloso
For ①, I didn't come up with the regex solution, which should be optimal. You are encouraged to give simplest solutions and then elaborate on them.