PySpark: Creating DataFrame with one column - TypeError: Can not infer schema for type: <type 'int'>
· python pyspark

Neo4j: Storing inferred relationships with APOC triggers
· neo4j apoc graph-algorithms

Neo4j Graph Algorithms: Visualising Projected Graphs
· neo4j apoc graph-algorithms

Neo4j Graph Algorithms: Calculating the cosine similarity of Game of Thrones episodes
· neo4j graph-algorithms

matplotlib - Create a histogram/bar chart for ratings/full numbers
· python matplotlib

matplotlib - MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance. In a future version, a new instance will always be created and returned.
· python matplotlib

matplotlib - Remove axis legend
· python matplotlib

Neo4j: Using LOAD CSV to process csv.gz files from S3
· s3 neo4j

QuickGraph #1: Analysing Python Dependency Graph with PageRank, Closeness Centrality, and Betweenness Centrality
· quickgraph neo4j graph-algorithms python

Python: Parallel download files using requests
· python requests