• Stars
    star
    423
  • Rank 102,544 (Top 3 %)
  • Language
    JavaScript
  • Created almost 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Source for blog post: Interactive Data Visualization with D3.js, DC.js, Python, and MongoDB

DonorsChoose_Visualization

#Visit my Blog : http://adilmoujahid.com

Getting started

The dependencies for the project can be installed using

$ pip install -r requirements.txt

You can use Vagrant to start a machine with a MongoDB instance running

$ vagrant up

To initialize the database you need to download the data

$ wget https://s3.amazonaws.com/open_data/csv/opendata_projects.zip && unzip opendata_projects.zip

and import it

$ mongoimport -d donorschoose -c projects --type csv --file /vagrant/opendata_projects.csv -headerline

More Repositories

1

blockchain-python-tutorial

Source Code for my blog post: A Practical Introduction to Blockchain with Python
HTML
627
star
2

kaggle-talkingdata-visualization

Source code for blog post: Interactive Data Visualization of Geospatial Data using D3.js, DC.js, Leaflet.js and Python
JavaScript
339
star
3

deeplearning-cats-dogs-tutorial

Source code for blog post: A Practical Introduction to Deep Learning with Caffe and Python
Python
183
star
4

Twitter_Analytics

Source code for blog post: An Introduction to Text Mining using Twitter Streaming API and Python
Python
99
star
5

data-mining-nfts

Source Code for my blog post: Data mining Meebits NFTs using Python and OpenSea API
Jupyter Notebook
33
star
6

streamlit-messi-ronaldo

Analyzing Messi and Ronaldo's Games using Python and Streamlit
Python
32
star
7

Coursera_Analytics

Source code for blog post: Data Mining Coursera for Popular Courses with Python
Python
24
star
8

coronavirus-covid19-stocks-analysis

Coronavirus-covid19-stocks-analysis
Jupyter Notebook
16
star
9

schelling_simulations

Python implementation of Schelling segregation model
Python
15
star
10

Custom-KeenIO-Template

Custom keen.io template
JavaScript
13
star
11

Sabermetrics-intro

Source code for my blog post: Baseball Analytics - An Introduction to Sabermetrics using Python
Python
12
star
12

moonbirds-data-analysis

In-Depth Analysis of Moonbids NFTs using Python and Alchemy
Jupyter Notebook
8
star
13

streamlit-schelling

Implementation of schelling segregation model using Python and Streamlit
Python
6
star
14

ml-credit-card-default

Jupyter Notebook
4
star
15

kanji-flashcard-app-gpt4

A Japanese Kanji Flashcard App built using Python and Langchain, enhanced with the intelligence of GPT-4.
JavaScript
4
star
16

nft-qr-code

Make QR codes with a pixelated version of the word “NFT” in the middle.
Python
3
star
17

hello-nfts-tutorial

Source Code for my blog post: A Practical Introduction to NFTs using Solidity and Legos
JavaScript
3
star
18

Blog

HTML
2
star
19

pixel-editor

Pixel Editor is a simple web application that allows users to create pixel art, save their creations as assets, and import or export assets as images.
JavaScript
1
star
20

flask-twitter-clone

Python
1
star
21

js-notes

Javascript notes
1
star
22

my-scripts

Shell
1
star
23

datainpractice.com

HTML
1
star
24

iot-arduino-node-plotly

Source code for blog post: A Practical Introduction to IoT using Arduino, Node.js and Plotly
JavaScript
1
star
25

pfp-generator

PFP Generator is a simple web application that allows users to create custom profile pictures by selecting different layers and traits.
JavaScript
1
star