Luqman Khan

C# Howtos

  1. Write to the Event Log Application in C#
  2. Unique Items to List in C#
  3. Get Double Value by Dividing Two Integers in C#
  4. Nested Classes in C#
  5. Modulo Operator in C#

C Howtos

  1. Types of Shift Operators in C

Python Pandas Howtos

  1. Convert Spark List to Pandas Dataframe
  2. Determine the Length of List in Python Pandas Dataframe
  3. Unpivot a Python Pandas Dataframe
  4. Convert XML File to Pandas DataFrame
  5. Find the Installed Pandas Version
  6. Create a Pie Chart Using Pandas DataFrame
  7. Flatten a Hierarchical Index in Columns in Pandas
  8. Groupby Index Columns in Pandas
  9. Split Strings Into Two List Columns Using str.split in Python Pandas
  10. Change Order of Columns Pandas Dataframe
  11. Difference Between Shallow Copy vs Deep Copy in Pandas Dataframes
  12. Get List From Pandas DataFrame Series
  13. Create a Pandas Dataframe From a List of Dictionary
  14. Split a Single Column Into Multiple Columns in Pandas DataFrame Column

Python How-To's

  1. Loop Backward Iteration in Python