Це відео не доступне.
Перепрошуємо.

Data Cleaning Project in Python

Поділитися
Вставка
  • Опубліковано 1 тра 2023
  • 💎Join my membership💎
    herdataproject...
    Do this project next - (PowerBI file included)
    • Video
    The dataset can be downloaded from
    * Ko-Fi - ko-fi.com/s/61...
    * Telegram - t.me/+7ms4DzzA...
    * GitHub - github.com/Ire...
    💎Support my channel 💎
    www.paypal.com...
    Buy me a coffee
    ko-fi.com/herd...
    This is a data cleaning project of the FIFA21 dataset that was provided by the Data Challenge Space on twitter.
    You will learn how to use pandas and numpy libraries.
    LET'S CONNECT
    Twitter : / herdataproject
    Instagram: / herdataproject
    Website: / irenenafula
    Some of the links on this channel are affiliate links, meaning that, at no additional cost to you, I will earn a commission if you click through and make a purchase. This helps support my channel and allows me to continue creating valuable content for you. I only recommend products or services that I personally use and believe will add value to you. Thank you for being so supportive!

КОМЕНТАРІ • 54

  • @abolarinwayusuf151
    @abolarinwayusuf151 Місяць тому +1

    This is so far the best data-cleaning tutorial I've seen on the internet. Keep up the good work!

  • @ronykeya3530
    @ronykeya3530 8 місяців тому +2

    Thank you for this. Can't wait to get to this level of proficiency in Python.

  • @deborahchepkoech8120
    @deborahchepkoech8120 Рік тому +2

    Thanks Irene I was able to go through the tutorial and actually practice on it and I can say it is absolutely helpful to me as a beginner in the data industry .Thumbs up and keep up inspiring!!

    • @herdataproject
      @herdataproject  Рік тому +1

      You're most welcome Deborah. Keep learning and practising. You'll become great

  • @Prathmesh_jadhav96
    @Prathmesh_jadhav96 2 місяці тому

    Really thankful to you. You uploaded different content from others… Your methods are very helpful… ❤

    • @herdataproject
      @herdataproject  2 місяці тому +1

      Thank you so much!! I’m glad you find it helpful

  • @osoriomatucurane9511
    @osoriomatucurane9511 10 місяців тому

    Awesome tutorial, thank you for sharing. As a beginner with no confidence in looping/iteration, I have succeeded cleaning the contract column just the naive way, borrowing some pieces from your snippet:
    # udf that extract the contract period
    def contract_period(period):
    if period =='Free' or 'On Loan' in period:
    return np.nan
    else:
    return x.split(' ~ ')
    # get contract start and end years as pd.Series
    start_year=fifa.Contract.apply(lambda row: contract_period(row)).str[0]
    end_year = fifa.Contract.apply(lambda row:contract_period(row)).str[1]
    # Add the new columns in the dataframe
    fifa.insert(loc=fifa.columns.get_loc('contract_status')+1, column='Start_Contract', value= start_year)
    fifa.insert(loc=fifa.columns.get_loc('contract_status')+2, column='End_Contract', value=end_year)

  • @user-dn1my6kh4b
    @user-dn1my6kh4b 5 місяців тому

    Right on point for me as an aspiring data analyst. Thank you.

  • @nauncastillo
    @nauncastillo Рік тому +1

    hello it is very interesting the project, I would be happy to see more tutorials of this type, I enjoyed the explanation.

    • @herdataproject
      @herdataproject  Рік тому +1

      Thank you Castillo. I'm working on more of them. Stay tuned!

  • @russel2506
    @russel2506 5 місяців тому +1

    Awesome Explanation, hope u doing well and please do it more project with python

  • @emilynjeri5062
    @emilynjeri5062 11 місяців тому

    Bravo, good job, very insightful & inspiring

  • @user-zo9rq5hb8m
    @user-zo9rq5hb8m 5 місяців тому

    Thank you for this it was really helpful. Upload more like this and I will soon get a job

    • @herdataproject
      @herdataproject  5 місяців тому

      Thank you so much and you're welcome.
      More will come soon. Keep practising and you'll soon be there.

  • @rohanbansiyar8984
    @rohanbansiyar8984 7 місяців тому

    hie.. This is really helpful.. I would be grateful, if you upload more of such data cleaning videos

  • @sraoarjun
    @sraoarjun 6 місяців тому

    Awesome project !!

  • @whohow8429
    @whohow8429 6 місяців тому

    Thanks for your guidance

  • @user-on4gy1oo4u
    @user-on4gy1oo4u Рік тому

    Thank you for your effort of love in creating this tutorial/

  • @admonitoring-pi9os
    @admonitoring-pi9os 4 місяці тому

    nice effort. thankyou for it. will there be more videos on this topic

  • @codewithpraisejames
    @codewithpraisejames 5 місяців тому

    Your video was so helpful. Thank you so much

  • @kevinmugo2662
    @kevinmugo2662 5 місяців тому

    Great content , but if there anyone who encountered an issue when running the convert height function alone rather than the entire notebook?

  • @jameskalenga7546
    @jameskalenga7546 2 місяці тому

    thanks for sharing

  • @tboykelvin1865
    @tboykelvin1865 Рік тому

    Thank u for this educative content

  • @Satishkumar-gv5ss
    @Satishkumar-gv5ss Рік тому +1

    Thank you 🎉

  • @sonusiwan6938
    @sonusiwan6938 Рік тому

    I want to learn more please upload more videos 🙏

    • @herdataproject
      @herdataproject  Рік тому

      More videos will be added soon.
      Which tool are you most interested in?

    • @dataotechingriding8271
      @dataotechingriding8271 11 місяців тому

      @@herdataprojectpython and mssql for data cleaning. Great video and it would be helpful to have more on the cleaning and transformation process with datasets! Thanks for what you do btw!

  • @rumonseoexparts9697
    @rumonseoexparts9697 8 місяців тому

    Thanks for contributing its really helped me to polish myself. love from bangladesh

  • @samuel_muly
    @samuel_muly 9 місяців тому

    Girl, are you ok? this is some dope work. I have checked your twitter account and it's been a while since you tweeted

  • @nam9555
    @nam9555 5 місяців тому

    How to upload that file(template) into the jupyter notebook. can anyone explain?

    • @herdataproject
      @herdataproject  5 місяців тому

      Hi, you don't need to upload. Just make sure you have Jupyter Notebook or Anaconda installed and then open the template once you've downloaded it

  • @ramneeksharma4226
    @ramneeksharma4226 Рік тому

    Hi... Could you pls upload more videos like this one

  • @QueenOpex
    @QueenOpex 5 місяців тому

    Thank you so much for this video. I’m unable to download the dataset tho.

    • @herdataproject
      @herdataproject  5 місяців тому +1

      Hi, apologies for that. Kindly join the telegram group here
      t.me/+7ms4DzzAYVlhYmZk
      Or download from GitHub here
      github.com/Irene-arch/Python-Data-Cleaning-FIFA21-Dataset

    • @QueenOpex
      @QueenOpex 5 місяців тому +1

      @@herdataproject Thank you so much.

  • @piyushpathak7311
    @piyushpathak7311 Рік тому

    Please upload more projects like this

    • @herdataproject
      @herdataproject  Рік тому

      For sure. I'm working on more projects.
      Stay tuned. Thanks for watching!

  • @rajareddyraju6773
    @rajareddyraju6773 5 місяців тому

    23:54

  • @aidanthompson5053
    @aidanthompson5053 9 місяців тому

    28:06

  • @vishnuv1519
    @vishnuv1519 4 місяці тому

    good project,but a bit hard to understand ur explanation

    • @Paperscissor183
      @Paperscissor183 3 місяці тому +2

      The best way is to know basics of python and pandas