Questions tagged [pandas-bokeh]

This tag should be added when `pandas_bokeh` library functions are used in the code. It uses Bokeh as plotting backend but has its own high-level API.

Pandas Bokeh provides a Bokeh plotting backend for Pandas and GeoPandas, similar to the already existing Visualization feature of Pandas. Importing the library adds a complementary plotting method plot_bokeh() on DataFrames and Series.

For more information and examples have a look at the Github Repository.

80 questions
0
votes
2 answers

bokeh: How to edit a df or CDS-object through box_select?

I'm trying to label a pandas-df (containing timeseries data) with the help of a bokeh-lineplot, box_select tool and a TextInput widget in a jupyter-notebook. How can I access the by the box_select selected data points? I tried to edit a similar…
Andre S.
  • 478
  • 4
  • 13
0
votes
0 answers

Bokeh plots an empty map from a shapefile converted to geojson and don't know what's wrong

I have some sample code to plot a map of Ontario using Bokeh. The code reads in the shapefile and converts it to a geojson file as suggested from examples available in the internet. The shapefile source data is the Ontario census subdivision…
0
votes
1 answer

Why I can not see two layers using pandas bokeh?

I am trying to use pandas_bokeh as suggested here import geopandas as gpd import pandas_bokeh pandas_bokeh.output_notebook() # Read in GeoJSONs from URL: df_states =…
emax
  • 6,965
  • 19
  • 74
  • 141
0
votes
1 answer

Change the appearance of points on the map on SVG pandas_bokeh

I'm new here. I would like to know what are the possibilities of changing the appearance of points in pandas_bokeh or other libraries allowing to create dashboards with maps (I have an icon in SVG). I want to change icon for variable…
Paweł
  • 61
  • 4
-1
votes
1 answer

Bokeh and pandas- plotting empty graph reading data from csv

We are trying to plot a circle graph from a simple CSV file with two columns using Bokeh for data visualisation and Panda to read the CSV. Following is our CSV file data where we are planning to plot graph Label X-axis and Average Y-axis. However…
Saagar
  • 794
  • 3
  • 20
  • 41
1 2 3 4 5
6