Giter VIP home page Giter VIP logo

data-visualization's People

Contributors

gboeing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-visualization's Issues

(Geocode football stadiums) can't install keps

When I was trying "pip install keys"

It was showing
ERROR: Could not find a version that satisfies the requirement keys (from versions: none)
ERROR: No matching distribution found for keys

if min_samples>1, then def dbscan_reduce errors out

I think this particular piece of code causes error
num_clusters = len(set(cluster_labels))

clusters = pd.Series([coords[cluster_labels==n] for n in range(num_clusters)])

since when min_samples>1, there are points that are considered 'noisy' and get a label '-1'
that label should be discarded,

cluster_set = set(cluster_labels)

if -1 in cluster_set: cluster_set.remove(-1)

num_clusters = len(cluster_set)

SSLError in lastfm_downloader / fixes for python3

If you get this error
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED]
Then change
response = requests.get(request_url).json()
to
response = requests.get(request_url,verify=False).json()
wherever you see requests.get

The leaflet frame in Location History Visualization Fails

Great set of Jupyter notebooks!
I have a sticking point at the end of the visualize-location-history.ipynb notebook, where running the last cell just displays the zoom in/out for the apparent map frame. I can see it working on your website, as referenced at the end of the doc. However, looking at the console, the leaflet css and javascript throw errors. The .css throws an error about unsupported MIME type, but more importantly, the leaflet.js javascript and the location-dataset.js JSON data both throw 403 forbidden errors.

I don't know enough about Jupyter's security model to get why this is failing, but I'd love to see the results of the data chomping and visualization!

Thanks!

This is in Google Chrome 75.0.3770.100 on MacOS 10.13.6
Python version is 3.7.3, IPython 7.5.0, and Notebook Server 5.7.8.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.