Python for Data Analysis: Preparing Numeric Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 11

  • @harshavardhan3282
    @harshavardhan3282 2 ปีที่แล้ว +2

    That's a Good Video! One small thing coefficient of correlation=0 says there is no relationship between the variables linearly but there could be non-linear relationship that's the limitation of Pearson's Correlation Coefficient

  • @prempeh_july6460
    @prempeh_july6460 2 หลายเดือนก่อน

    Thank you for this video series.

  • @Oceansteve
    @Oceansteve 3 ปีที่แล้ว

    that multi KDE looks amazing!

  • @wsc2181
    @wsc2181 หลายเดือนก่อน

    UPDATE: if you are trying to create the scatter_matrix, the plotting module has been moved from pandas.tools.plotting to pandas.plotting. So just the code should be:
    from pandas.plotting importscatter_matrix

  • @Mahmoud-ys1kt
    @Mahmoud-ys1kt 2 ปีที่แล้ว +3

    At first thank you very much
    Second when I try to apply scattered matrix an error occurs that is "No module named 'pandas.tools'

    • @givepain6247
      @givepain6247 ปีที่แล้ว

      delete the tool and write: pandas.plotting

    • @domtweed7323
      @domtweed7323 ปีที่แล้ว

      I got that

    • @Ghastlypigs
      @Ghastlypigs 9 หลายเดือนก่อน

      You need this code:
      from pandas.plotting import scatter_matrix

  • @JosephIfeanyi-q2h
    @JosephIfeanyi-q2h 7 หลายเดือนก่อน

    Pls when I loaded the dataset with the formula exactly the way it is it bought out the record but with some errors underneath , why ? Couldn't show the mpg, cyl and disp why

    • @shubhamchatterjee2435
      @shubhamchatterjee2435 6 หลายเดือนก่อน

      drop the column "model" as it is string datatype

  • @neelimagolla9381
    @neelimagolla9381 2 ปีที่แล้ว

    Please explain one video how to read 3 million records in database faster way using python