Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.97 KB

Resources.md

File metadata and controls

36 lines (31 loc) · 1.97 KB

Resources

Please add categories to keep this neat

Parsing Methods

Data Features

  • Frequency analysis: phrases or words
  • URL Links
  • Recipient list: similarities between recipient names/emails
  • Sentiment analysis with TextBlob
  • Readability metrics with textstat
  • Grammar metrics with grammar-check

Visualization Libraries

  • Matplotlib documentation
    • Matplotlib is a well-documented library that can visualize data well as well as animate it.
  • Plotly documentation
    • Many different ways to visualize data through easy-to-understand charts/figures.
  • Pygal documentation
    • Simple, but easy to understand visual representations of data with easy-on-the-eyes color settings.
  • Gleam documentation
    • Allows for viewer to edit the way they view the data, can be useful for determining how we want to visualize our data, not really for presentation.
  • Leather documentation
    • Simple and easy to understand data visualization. Good for presentation or representing basic data.
  • Pandas documentation
    • Aids in reading data into data structures you can add to or manipulate. You can also calculate certain values depending on how much or what type of data you have in the dataset.

Header Info