Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 764 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 764 Bytes

Urdu Data Analysis

Python is very good in Data Analysis.

The effeiciency of python is not compromised using different encodings.

Python handles different languages very well even if their syntax is left to right.

This is a simple Urdu Data Analysis where some basic usage of following functions are provided.

  1. Read Urdu Data through Python
  2. Check the basic shape of Dataframe , column sizes , types
  3. Use of Sample Function to extract some random sample from Dataframe
  4. Convert the Data type from object to string to use string specific functionality.
  5. Use of Value Counts for finding which type of news is this
  6. Do some plots with urdu right to left data
  7. Showing the role of Python and pandas for urdu language (left to right).