Skip to content

Custom Function for Python describe() method in Excel using VBA

Notifications You must be signed in to change notification settings

JC99NIT/Custom_Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Custom_Function

Custom Function for Python describe() method in Excel using VBA

Python has a very good method, it goes by the name describe(). When operated on a numerical data, it gives following statistical output:

  1. Unique Counts
  2. Mean
  3. Min
  4. 25% percentile
  5. Median
  6. 75% percentile
  7. Max

I have created a custom function in Excel using VBA named "DESCRIBE" that gives the same output as describe().

About

Custom Function for Python describe() method in Excel using VBA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published