Tuesday, December 12, 2017

pandas Eğitim Dökümanı

Pandas Eğitim Dökümanı

  • DERS - 01: - Importing libraries - Creating data sets - Creating data frames - Reading from CSV - Exporting to CSV - Finding maximums - Plotting data
  • DERS - 02: - Reading from TXT - Exporting to TXT - Selecting top/bottom records - Descriptive statistics - Grouping/sorting data
  • DERS - 03: - Creating functions - Reading from EXCEL - Exporting to EXCEL - Outliers - Lambda functions - Slice and dice data
  • DERS - 04: - Adding/deleting columns - Index operations
  • DERS - 05: - Stack/Unstack/Transpose functions
  • DERS - 06 - GroupBy function
  • DERS - 07 - Ways to calculate outliers
  • DERS - 08: - Read from Microsoft SQL databases
  • DERS - 09: - Export to CSV/EXCEL/TXT
  • DERS - 10: - Converting between different kinds of formats
  • DERS - 11: - Combining data from various sources

No comments:

Post a Comment

file tree for nodejs project

 find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'