Skip to content
#

data-visualisation

Here are 338 public repositories matching this topic...

bokeh
CRiddler
CRiddler commented Oct 1, 2020

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

python: 3.8.5
bokeh: 2.2.1
jupyter_core: 4.6.3
jupyter_client: 6.1.6
windows 10 Home

Description of expected behavior and the observed behavior

Slope does not draw any line when gradient == 0. I would expect it to draw a horizontal line. Seem funky to have to check if my gradient is

baeolophus
baeolophus commented Jan 22, 2019

I suggest either adding a short code piece to use the rename() function to change the column "genus" to "genera" (thus alerting the learners to their relationship here, while adding a new function) or changing the column name in the original dataset. Otherwise, I've found that using the correct plural for genus confuses learners who are not biologists. Although it's the R ecology lesson and one

umnik20
umnik20 commented May 4, 2020

Dear Community,

There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.

Regards,

Rodolfo

caesoma
caesoma commented Feb 7, 2020

In episode 3 (https://datacarpentry.org/python-ecology-lesson/03-index-slice-subset/index.html, actually listed as 4. in https://datacarpentry.org/python-ecology-lesson/ ), the distinction between .iloc method for accessing entries by position and .loc to access them by identifier is made, but a third possibility is shown with surveys_df[0:3], which accesses the indices by position.

That

simonrp84
simonrp84 commented Sep 21, 2020

Hello,
Just to make sure you're keeping busy, a new issue ;-)

I'm trying to retrieve raw messages for particular receivers. As an example:

from datetime import datetime, timedelta
from traffic.data import opensky

data = opensky.extended(start=start_time,
                        stop=start_time + timedelta(seconds=1),
                        serials=[80391799, 1806596070] )
Talishask
Talishask commented May 12, 2020

I'm a member of The Carpentries staff and I'm submitting this issue on behalf of another member of the community. In most cases I won't be able to follow up or provide more details other that what I'm providing below.


Hi,

As part of the checkout process for carpentries, it is encouraged that we provide feedback to one of the modules. Going through the Python Novice Mindgap section on li

zblz
zblz commented Aug 15, 2017

Currently all of the metrics computed are independent of a target variable or column, but if lens.summarise took the name of a column as the target variable, the output of some metrics could be more interpretable even if the target variable is not used in any kind of predictive modelling.

A good example of this could be PCA (see #14), which could plot the different categories of the target va

Improve this page

Add a description, image, and links to the data-visualisation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-visualisation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.