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
# coding: utf-8 | |
__author__ = 'Fabian Voith' | |
__version__ = '1.0.0' | |
__email__ = 'admin@fabian-voith.de' | |
import pandas as pd | |
# The CSV file (can be in zip file) MUST have the columns "Event Name", "Event ID (custom)", and "Unnamed: 9" (containing the Payload). | |
# Apart from that, the following structure is recommended: |