This section explains how the chatbot data makes its way into our Jupyter notebook.
- The contents of the dataset can be seen by clicking on TherapyBotSession.csv on the repository as seen in the following screenshot:
- Once the dataset is downloaded, it can be uploaded and converted into a dataframe, df. The dataframe can be viewed by executing df.show(), as seen in the following screenshot:
- There are 3 main fields that are of particular interest to us from the dataframe:
- id: the unique id of each transaction between a visitor ...