The materials for this chapter can be found at https://github.com/stefmolin/Hands-On-Data-Analysis-with-Pandas/tree/master/ch_11. In this chapter, we will be revisiting attempted login data; however, the simulate.py script has been updated to allow for additional command-line arguments. We won't be running the simulations, but be sure to take a look at the script and to check out the 0-simulating_the_data.ipynb notebook for the process that was followed to generate the data files and create the database for this chapter. The user_data/ directory contains files used for this simulation, but we won't be using them directly in this chapter.
The merge_logs.py file contains the Python code to merge the logs from each of the individual simulations, and run_simulations.sh contains a Bash script for running the entire process; these are provided for completeness...