DAY 16:- Exploratory Data Analysis

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025
  • Second and Third Moment Business Decision

Комментарии • 6

  • @bsreelatha6174
    @bsreelatha6174 22 дня назад +1

    How to use these methods on .edf files.
    Can you explain about other formats of datasets also

    • @NextGenGlobalIT
      @NextGenGlobalIT  22 дня назад

      Hello Sreelatha...
      Use pyEDFlib or MNE modules to read the data from .edf files and then convert the data into DataFrame using pandas module and proceed with the same methods.

    • @bsreelatha6174
      @bsreelatha6174 19 дней назад +1

      Ok sir.
      Can you explain one example of converting .edf files data into excel data

  • @bsreelatha6174
    @bsreelatha6174 22 дня назад +1

    Sir can we apply these techniques only on csv or excel files format only?

    • @NextGenGlobalIT
      @NextGenGlobalIT  22 дня назад

      Hello Sreelatha...
      You can apply these techniques on DataFrame type. After loading your dataset from any of the source, data will be stored in DataFrame.

    • @bsreelatha6174
      @bsreelatha6174 19 дней назад

      Ok sir