Column Info

Created by Roanne Jane Jane Jaype, Modified on Wed, 10 Aug, 2022 at 3:27 PM by Roanne Jane Jane Jaype

You can extract sheet column info using the /info suffix.

This will return a dictionary/object with some information from the sheet, like the example below:

https://sheet.best/api/sheets/cf969697-682a-40e3-bad4-d54803eeeacf/info


The table below explains what each extracted data means:


DataDescription
countNumber of entries of this column
meanMean/Average number of this column
stdStandard deviation of this column
minMinimum number of this column
25%25% percentile of this column
50%50% percentile of this column
75%75% percentile of this column
maxMaximum percentile of this column


______________


Shell

curl 'https://sheet.best/api/sheets/cf969697-682a-40e3-bad4-d54803eeeacf/info'


Python

import requests

requests.get('https://sheet.best/api/sheets/cf969697-682a-40e3-bad4-d54803eeeacf/info')


Javascript

fetch(
  "https://sheet.best/api/sheets/cf969697-682a-40e3-bad4-d54803eeeacf/info"
);

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article