This file contains 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
############################################################################################## | |
############################################################################################## | |
# Parse out event data from a M365 Compliance audit report to see, for example, what files and folders were moved. | |
# Creates columns in a dataframe to show source, destination, and item names. | |
# This was created to help inexperienced staff troubleshoot issues they have when moving files or folders around in | |
# OneDrive, especially if they are from/to shared locations and personal OneDrives. | |
############################################################################################## | |
############################################################################################## | |
import pandas as pd |