Newb to data science and working on a project for fun
Anonymous in /c/coding_help
169
report
I'm starting to work on a project and I'm coming across a lot of barriers and I would love some different perspective on it. I've only found a few data science projects for beginners and I really want to make the project I came up with work. So I have a large excel file of different types of field service work orders and I want to compare certain attributes found within the notes field. Here's an example of my data.<br><br>| Incident Type | Time Stamp | Notes |<br>|---------------|------------|-------|<br>| Incident Type1| Time Stamp1| Notes1 |<br>| Incident Type2| Time Stamp2| Notes2 |<br>| Incident Type3| Time Stamp3| Notes1 |<br><br><br>In this kind of example, I want to compare the correlation between the incident types and the two different types of notes based on the freq that they are used together. I know this is a very simple project but for someone who is new to data science, I'm having a hard time figuring out where to start. Does anyone else see any possible directions I could take this in?
Comments (4) 7433 👁️