Questions tagged [deepnote]

Deepnote is a collaborative environment for data scientists and researchers in the cloud.

Deepnote is a collaborative environment for data scientists and researchers in the cloud.

Deepnote is an alternative to Google Colaboratory or Binder, and compatible with Jupyter notebooks. The default programming language in Deepnote notebook is Python, but there is support for R, Julia, Scala, and others. Learn more in Deepnote docs.

20 questions
0
votes
0 answers

Wrapping Long Column Names in Deepnote

I am working with data that requires long column names for a report and I can't seem to a method to wrap a column name. Below is an example of the code I'm using. It works for Jupyter Notebook but not in Deepnote. Was wondering if any one has any…
lawewers
  • 11
  • 1
0
votes
1 answer

SQL fill null values with another column

My problem is that I have a dataframe which has null values, but these null values are filled with another column of the same data frame, then I would like to know how to take that column and put the information of the other column to fill the…
LMOTRU
  • 11
0
votes
1 answer

plate number for a form in an app from a line of text in python

from a string of text, for example: ['ANT', 'ECUADOR', 'PCP-5453', '0184947', 'ANTi4LTe'] I need to extract only texts that are similar to PCP-5453. this should be: 3 letters one symbol '-' and from 3 to 4 numbers Im doing it on python, for an app…
0
votes
0 answers

why won't deepnote display my correct plot?

so i guess deepnote says that the code is correct with that green check at the bottom yet still it won't show my plot. Why is that? It might be important to mention that I'm working with a pretty big file, it has 1000 rows and 15 columns
avocami
  • 19
  • 5
-3
votes
1 answer

Opencv not installing?

I've tried to install cv2 into deepnote and also into Pycharm using the following code - but nothing seems to work? Is cv2 not installable anymore? I've been using it up till last week and it was working fine but it doesn't seem to work…
Jason
  • 35
  • 4
1
2