Quantcast
Channel: Active questions tagged python - Stack Overflow
Browsing all 13861 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

How can you colour a matplotlib plot to show point density?

I'm plotting some partial dependency plots using matplotlib. I have 1,000 samples which I produce regression predictions for. These predictions are plotted on the y-axis. To get an overview of partial...

View Article


executing python script from php under windows

Okay this works with my linux server but I'm testing my web site at home on my PC and am trying to get php to execute my python script and of course the \ are WINDOWS only the path changes when Im on...

View Article


Databricks notebook runs faster when triggered manually compared to when run...

I don't know if this question has been covered earlier, but here it goes - I have a notebook that I can run manually using the 'Run' button in the notebook or as a job.The runtime for running the...

View Article

Maximum and minimum value of C types integers from Python

I'm looking for a way to get (using Python) the maximum and minimum values of C types integers (ie uint8, int8, uint16, int16, uint32, int32, uint64, int64...) from Python.I was expecting to find this...

View Article

Image may be NSFW.
Clik here to view.

Problems getting an element from a html

I'm trying to use Selenium to (legally) scrape data from a website. I tried the code, but nothing appears as result. I'd like to obtain the data and see what I've done at the button before I show you...

View Article


How to open content in a new tab using Python + Selenium

I am using Python + Selenium.Browsing this pagehttps://rovo.co/explore/activitiesyou will see many activities.Using Python + Selenium, how can I open each activity in a new tab, and switch to the new...

View Article

Insert data from dataframe to clickhouse table ERROR

I'm trying to insert data from dataframe to my clickhouse table. Types are matching, I don't have any FLOAT fields, still get an error: 'TypeError: object of type 'float' has no len()'Table...

View Article

Django- admin installation error - Failed building wheel for screen

I published my project on Windows server, but domain.com/admin is not working. As a result of research on the internet, I wanted to install Django-admin, but I am getting an error. I didn't have such a...

View Article


Python calculate average my code is not working properly

I'm a beginner to Python (Jupyter notebook) I'm added my code and I'm not sure my code is correct becacue always my result is hereThe average relative humidity is: nan%any solution to resolved...

View Article


Update dataframe row given condition on duplicate

I have a dataframe like id occurence status0 1 1 validated1 2 1 validated2 3 1 validated3 1 10 The association [id, occurence] is unique meaning I will only have 1 combination [1, 1] or [1, 10].The row...

View Article

How to get subset tensor by a tensor of indices (Pytorch)

Given:a tensor A of has shape: (batch_size, vocab_size)a tensor B is tensor of token indices has shape: (batch_size, seq_lenI want to get the values of A at indices B.For example:A = [[ 0.6301, 0.2310,...

View Article

Image may be NSFW.
Clik here to view.

How do I count unique values in the index of a pandas pivot_table?

Given a dataframe like this:df = pd.DataFrame({'player': ['James', 'Henry', 'Abe', 'James', 'Henry', 'Brian', 'Claude', 'James'], 'team': ['A', 'B', 'A', 'B', 'A', 'A', 'A', 'C'],'game': [101, 102,...

View Article

why do i get this error "cannot unpack non-iterable bool object"

i get this error "cannot unpack non-iterable bool object" as i try to get user input from a form in django which in this case is an emaildef send_email(request): recepient_list=[] if request.method ==...

View Article


How to gracefully reload gunicorn changing symlink under supervisor

I'm trying to gracefully reload my gunicorn process that is under a supervisor. My app deploy just change the symlink to my application folder and I can't find a way to make gunicorn gracefully update...

View Article

Configuring and building custom Windows x86_64 installer based on miniforge...

I am a long-term user of the mambaforge/miniforge distributions for various tasks in experimental physical science.In the past, I always installed miniforge via the github release page for my personal...

View Article


OS Error When Trying to Import an Installed Python Wheel Package on Azure...

I have a wheel package called my_sdk.whl that I have developed and built locally.I also tested this package in a virtual environment using pip install my_sdk.whl, and tried using the modules on a local...

View Article

How to run different python multiprocesses with different user privileges

I'm coding a RPi project in python that requires me to access microphones for speech_recognition, LEDs for rpi_ws281x, and control output volume with alsaaudio. The problem I'm having is that to access...

View Article


Python xarray: grouping by multiple parameters

When using the xarray package for Python 2.7, is it possible to group over multiple parameters like you can in pandas? In essence, an operation like:data.groupby(['time.year','time.month']).mean()if...

View Article

AssertionError in django-allauth settings.py during Django application startup

I'm encountering an AssertionError in my Django application when trying to start the development server. The error occurs in the django-allauth package, specifically in the settings.py file. I've...

View Article

VScode can't find python unittest

I've set up a test in VScode, if I normally run it in the powershell it works fine, but I'm struggling in finding how to properly set it as a test in vscode.I've already tried all of the thing I found...

View Article
Browsing all 13861 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>