wtepfenhart / Link-Analysis

This is a project for data mining Wikipedia for links between people, organizations, places, and events.
0 stars 0 forks source link

Import Feature to Databases #2

Open wtepfenhart opened 5 years ago

wtepfenhart commented 5 years ago

Is your feature request related to a problem? Please describe. Might want to do a quick CSV import into mySQL

Describe the solution you'd like This might serve as a nice intermediary representation of the data so that names of people, places, events can be collapsed into a single entry for export into Neo4j

Describe alternatives you've considered This is first approach.

Additional context

KerryAnn-DeMeester commented 5 years ago

Imported PERSON.csv, ORGANIZATION.csv and LOCATION.csv into mySQL using Workbench. Removed duplicate entries from csv files, some dupes may still remain due to similarities (i.e. Obama & Barack Obama).

link_analysis_csv_files.zip