Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Not able to figure out how to create bar plot on aggregate data - Python
Post: Not able to figure out how to create bar plot on a...

Hello, I have been trying to use a series that I have got using aggregate function and plot a bar plot but not able to get it. I have quickly got the correct aggregate function, but not able to ident...
darpInd Data Science 1 2,289 Mar-29-2020, 11:36 AM
    Thread: Not able to crack a simple visualization – missing something basic – plz guide
Post: RE: Not able to crack a simple visualization – mis...

(Mar-27-2020, 08:18 AM)buran Wrote: As the error indicates you have strings in your dataframe. Probably you read from file, without converting the type? You need to convert to number (at least the c...
darpInd General Coding Help 4 2,810 Mar-27-2020, 09:26 AM
    Thread: Not able to crack a simple visualization – missing something basic – plz guide
Post: RE: Not able to crack a simple visualization – mis...

Here is the error.. btw I tried by doing df1.obs*10.. it is the same error which I got without using *10: Error:AttributeError Traceback (most recent call last) <ipython-...
darpInd General Coding Help 4 2,810 Mar-27-2020, 08:09 AM
    Thread: Not able to crack a simple visualization – missing something basic – plz guide
Post: Not able to crack a simple visualization – missing...

Hello Readers, I have been trying to get a simple visualization but not able to crack and getting demotivated. Please help! Objective:- I want to create a simple scatter plot which have marker / dot s...
darpInd General Coding Help 4 2,810 Mar-27-2020, 07:22 AM
    Thread: isnull() in pandas not able to identify blank value (Python coding)
Post: isnull() in pandas not able to identify blank valu...

import pandas as pd t1=pd.DataFrame() t1 ['name'] = ["dp","ag","wp"] t1['status'] = ['a','b','c'] t1['age'] = [10,"",15] t1 ## print(t1.isnull().values)Why is the execution of this node not able to id...
darpInd Data Science 1 2,130 Mar-20-2020, 10:53 AM
    Thread: Convert dataframe string column to numeric in Python
Post: Convert dataframe string column to numeric in Pyth...

Hello, I have taken a sample data as dataframe from an url and then added columns in that. While I try to perform some calculations, I realised that column 'Dage' and 'Cat_Ind' are not numeric but str...
darpInd Data Science 1 2,307 Mar-14-2020, 09:59 AM
  Question Thread: Dividing a single column of dataframe into multiple columns based on char length
Post: Dividing a single column of dataframe into multipl...

Hi Guys, I am importing a dataset from a url using below function: ## Import from the url import pandas as pd dftemp=pd.read_csv("http://users.stat.ufl.edu/~winner/data/agedeath.dat") print (dftemp) p...
darpInd Data Science 2 2,477 Mar-13-2020, 11:02 AM
    Thread: Data science with Python - links with exercises
Post: Data science with Python - links with exercises

Hello, I have done basics of Python to some extent. Now, I want some link where data science problems and solutions are provided so as to improve my skillset. I am looking for details example for all ...
darpInd Data Science 1 2,010 Mar-02-2020, 09:03 AM
    Thread: Input() function not working in VS Code
Post: RE: Input() function not working in VS Code

(Feb-16-2020, 10:41 PM)snippsat Wrote: (Feb-16-2020, 05:46 PM)darpInd Wrote: sorry couldn't find this code-runner.runInTerminal . I tried in File --> prefrences--> setting __> search.. bu...
darpInd General Coding Help 7 13,330 Feb-17-2020, 12:24 PM
    Thread: Input() function not working in VS Code
Post: RE: Input() function not working in VS Code

(Feb-16-2020, 04:36 PM)snippsat Wrote: (Feb-16-2020, 03:57 PM)darpInd Wrote: while same is giving no results in VS code - below is the snippet I get in output terminal after I execute these statem...
darpInd General Coding Help 7 13,330 Feb-16-2020, 05:46 PM
    Thread: Input() function not working in VS Code
Post: Input() function not working in VS Code

I am new to programming -- just doing simple hand-on and input function is not working in VS Code (Anaconda). just tried same thing in Juptyr notebook and it responds as expected. 1st Code with issues...
darpInd General Coding Help 7 13,330 Feb-16-2020, 03:57 PM
    Thread: small Python exercises
Post: RE: small Python exercises

(Feb-12-2020, 05:21 PM)Larz60+ Wrote: there are many lists available like: https://www.w3resource.com/python-exercises/ Google 'python exercises for learner'Thanks a lot -- it looks really helpful f...
darpInd News and Discussions 2 2,031 Feb-13-2020, 03:49 AM
    Thread: small Python exercises
Post: small Python exercises

Quote:Hello, I have just started to learn python and about to complete basics course. Next - I would like to go through some exercises -- gradually from simpler to moderately complex ones. Can someone...
darpInd News and Discussions 2 2,031 Feb-12-2020, 11:32 AM
    Thread: ModuleNotFoundError: No module named 'xxxx'
Post: RE: ModuleNotFoundError: No module named 'xxxx'

(Feb-06-2020, 11:31 AM)Gribouillis Wrote: I don't normally use Jupyter notebooks, but the problem is that .ipynb files are not regular python files (.py files), so that they cannot be imported out o...
darpInd General Coding Help 2 3,520 Feb-06-2020, 11:33 AM
    Thread: ModuleNotFoundError: No module named 'xxxx'
Post: ModuleNotFoundError: No module named 'xxxx'

I am new to Python and programming itself. I have got my working directory in ""'C:\\Users\\dell\\Desktop\\Python Practice'"". I have got a file "Python Basics.ipynb" in which I am working and it is s...
darpInd General Coding Help 2 3,520 Feb-06-2020, 10:35 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020