Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:34pm On Sep 12, 2020 |
rentAcock: Q# 9 Please spell first and last name mungo park |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:32pm On Sep 12, 2020 |
|
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:30pm On Sep 12, 2020 |
rentAcock: Q#7 Please spell the full name, first and last name d Nikola tesla |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:28pm On Sep 12, 2020 |
rentAcock: Q #6 Please write out the full answer, not just the letter!! c pancreas |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:23pm On Sep 12, 2020 |
|
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:22pm On Sep 12, 2020 |
rentAcock: Name the full name of the school!
Correct!! @ profolaafe!! We have the prof in the house y'all!! . University of Nigeria nsukka |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:19pm On Sep 12, 2020 |
rentAcock: Bear with me guys, i'm getting 502 error, I guess there are so many people here
spell the country! c barbados |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:16pm On Sep 12, 2020 |
rentAcock: Bear with me guys, i'm getting 502 error, I guess there are so many people here c |
Forum Games › Re: Naija Quiz Show Episode #6 - Win N5,000!! Today September 12th 2020 by jiggyniga: 9:13pm On Sep 12, 2020 |
|
Romance › Re: Introverts Only!!! Which Is More Stressful, Receiving/making Calls Or Going Out? by jiggyniga: 8:41pm On Aug 06, 2020 |
All of the above. Sometimes I wonder what the world would be like without books and music |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 6:47pm On Jul 10, 2020 |
KlausMichaelson: Good day sir and thanks for your response. I really appreciate it.
Sir is SPSS a library in Jupyter notebook or it's a software entirely on its own?
Why Is pandas not enough for the job?? Yes it's another software on it's own. Pandas is meant for dataframe wrangling majorly although you can plot with it but if you need to use ANOVA you need the scipy library to do it. |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 1:33pm On Jul 10, 2020 |
KlausMichaelson: Good evening House. I've been following this thread for a while now. I'm a lover of Data analysis.
I'm in my final year, an Engineering student. Sooner than later when this pandemic is over, I'll be analysing my project report. I'll be using some statistical analysis like ANOVA table and others to analyse my Data.
Now I will consider myself an intermediate in Python and in Excel. Also I'm a beginner in Pandas. I'm yet to learn Sql, MySql, Matplotlib, seaborne, etc. I only have gotten an intro into Pandas and it's really cool and interesting. I'll soon be done with it.
My Questions are (1). Which among these; Pandas, Sql, Mysql, Matplotlib, seaborne among others, should I master so as to have a smooth ride in analyzing my project results. Which one also applies ANOVA table??
(2). Which of them aside Pandas (cos I've already started learning Pandas), should I start learning immediately I master Pandas? I'm very conscious of time. I'll really love to use this little time we have to master the more important ones for final year result Analysis. I want to make money from it when school resumes. I want to Master the ones I can so that I can help provide Analysis on other students project results and get paid for it.
Pls I need your Candid responses. Thank you in advance I think SPSS can effectively handle most data and analysis thrown at it in the academic realm but if you are considering using python scipy and researchpy libraries could also do the same analysis but graphs in SPSS kinda suck so you can learn mathplotlib,seaborn and probably plotly for data visualization if you need something higher. But overall I think a "theoretical" in-depth knowledge of statistics is the foundation of analysis so you know why and what to do the tools are just there to enhance everything. |
Phones › Re: UMIDIGI DISCUSSION THREAD by jiggyniga: 4:37pm On Jun 24, 2020 |
A3x wey I wan buy no dey jumia again |
Romance › Re: Can Someone Pls Remind Me Of This Song's Title? by jiggyniga: 9:11pm On Jun 04, 2020 |
No p bro |
Romance › Re: Can Someone Pls Remind Me Of This Song's Title? by jiggyniga: 8:53pm On Jun 04, 2020 |
OP the song you are looking for is donell Jones "this luv" |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 3:11pm On May 31, 2020 |
jiggyniga: I think you should first install the pandas-profiling module on your IDE then you can generate the report using it You can install it if you are using anaconda with "conda install -c conda-forge pandas-profiling" import it into your IDE then generate the report using "profile = ProfileReport(df, title="title name" ) " And if all of these fail its probably because of your pandas version which should be 1.0 Try using pandas 0.25 it would work |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 1:58pm On May 31, 2020 |
Hardheolar: Great to join this family. I am a junior data scientist undergoing internship. I stumbled on a library "pandas profiling" while going through the pages, but when I tried to use it, it kept throwing errors which are new to me and stack is not helping.
RemoteTracebackTraceback (most recent call last) RemoteTraceback: """ Traceback (most recent call last): File "C:\Users\Admin\Anaconda3\lib\multiprocessing\pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "C:\Users\Admin\Anaconda3\lib\multiprocessing\pool.py", line 44, in mapstar return list(map(*args)) File "C:\Users\Admin\Anaconda3\lib\site-packages\pandas_profiling\describe.py", line 282, in multiprocess_func return x[0], describe_1d(x[1], **kwargs) File "C:\Users\Admin\Anaconda3\lib\site-packages\pandas_profiling\describe.py", line 270, in describe_1d result = result.append(describe_numeric_1d(data, **kwargs)) File "C:\Users\Admin\Anaconda3\lib\site-packages\pandas_profiling\describe.py", line 54, in describe_numeric_1d stats['histogram'] = histogram(series, **kwargs) File "C:\Users\Admin\Anaconda3\lib\site-packages\pandas_profiling\plot.py", line 73, in histogram plot = _plot_histogram(series, **kwargs) TypeError: _plot_histogram() got an unexpected keyword argument 'title' """
The above exception was the direct cause of the following exception:
TypeErrorTraceback (most recent call last) <ipython-input-6-35d7a685dc27> in <module> ----> 1 profile = ProfileReport(df, title='Interest rate classification',html={ 'style': {"fullwidth":True}}) # explorative=True)
~\Anaconda3\lib\site-packages\pandas_profiling\__init__.py in __init__(self, df, **kwargs) 64 sample = kwargs.get('sample', df.head()) 65 TypeError: _plot_histogram() got an unexpected keyword argument 'title'
I had to cut it short. I think you should first install the pandas-profiling module on your IDE then you can generate the report using it You can install it if you are using anaconda with "conda install -c conda-forge pandas-profiling" import it into your IDE then generate the report using "profile = ProfileReport(df, title="title name" ) " |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 9:04pm On May 11, 2020 |
Hi everyone I am wondering if there is any need to learn the plotly library as I can use matplotlib and seaborn for data visualization |
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 11:39pm On Apr 24, 2020 |
|
Programming › Re: Chronicle Of A Data Scientist/analyst by jiggyniga: 9:34pm On Apr 22, 2020*. Modified: 3:55pm On Jan 30, 2022 |
lanrumaster: Thanks very much! How do I import the data from my computer to jupyter notebook after downloading it. Do I need pandas knowledge or I can do it without it? Please help!
https://catalog.data.gov/dataset?res_format=CSV You go to the file location in your jupyter file list and click on new to open a new notebook or you can take note of the file path. then enter import pandas as pd pd.read_csv( "filename.csv" ) |
Politics › Re: Iran: Shi’ites, Others Protest In FCT, Burn US Flag, Block Highway by jiggyniga: 7:30pm On Jan 06, 2020 |
Trouble dey sleep yanga go wake am |
Celebrities › Re: Naira Marley: Marlians Don’t Do Drugs Unless It Is Prescribed by jiggyniga: 3:27pm On Nov 06, 2019 |
Ndlea is working |
Education › Futa 2018/2019 Postgraduate (mtech/pgd) Registration by jiggyniga(op): 4:00pm On Oct 31, 2018*. Modified: 5:48pm On Jul 21, 2019 |
If you are interested contact 5 on whatsapp for more details |
Romance › Mac Miller Dead At 26 Of An Apparent Drug Overdose After Breakup by jiggyniga(op): 2:45pm On Sep 08, 2018 |
According to a report obtained by TMZ , Mac Miller has died of an apparent overdose. The Pittsburgh-native was found motionless in his San Fernando Valley home by law enforcement officials who pronounced him dead on the spot. Authorities were responding to a 911 call from friend of Miller's who'd been staying at his residence. Miller's substance abuse issues following his breakup with pop magnate Ariana Grande have been widely documented, and were the focus of his last album. He was set to embark on a North American Tour with J.I.D and Thundercat at the end of next month. Mac was arrested in May after crashing his Mercedes G-Wagon in the wake of his split. Grande who has rebounded from the relationship, none-the-less tweeted "Pls take care of yourself" following the accident. The accident spurred a DUI in which Miller, in a lapse of judgement, attempted to flee the scene from his arresting officers.
|
Celebrities › Re: Charles Inojie At AMVCA: 'Na Dem Dey Rush Us' Made Everyone Laugh (Video) by jiggyniga: 6:05pm On Sep 02, 2018 |
|
Romance › Re: Your Favorite Valentine Songs/ Albums by jiggyniga: 12:25pm On Feb 14, 2018 |
R Kelly 12 play |
Career › Re: Dangote Refinery: Graduate Trainees Vow To End Fuel Scarcity by jiggyniga: 6:15pm On Feb 12, 2018 |
Easier said than done |
Education › Re: When Will FUTA 2017/2018 Postgraduate Admission Application Form Be Out? by jiggyniga: 8:53pm On Jan 22, 2018 |
Pls does anyone have an idea about the amount for the acceptance fee and has payment started |
Education › Re: Futa Postgraduate Form 2017/2018 by jiggyniga: 8:40pm On Jan 22, 2018 |
|
Jobs/Vacancies › Re: Access Bank Calling For Aptitude Test (entry-level) (2014) by jiggyniga: 12:07pm On Jan 16, 2018*. Modified: 2:50pm On Aug 08, 2020 |
Briemode: I have teststreams Pq anyone in need email me Pls forward to |
Jobs/Vacancies › Re: Access Bank Calling For Aptitude Test (entry-level) (2014) by jiggyniga: 9:27pm On Jan 03, 2018 |
|
Jobs/Vacancies › Re: Access Bank Calling For Aptitude Test (entry-level) (2014) by jiggyniga: 2:35am On Dec 28, 2017*. Modified: 2:49pm On Aug 08, 2020 |
Pls I need d past questions |