E
E
evlgromov2018-08-31 20:39:19
JSON
evlgromov, 2018-08-31 20:39:19

What does the dot in the visits field mean in the response to a similarweb api request?

After a request to the API, I get a response in json format:

"meta": {
        "request": {
            "granularity": "Daily",
            "main_domain_only": false,
            "show_verified": true,
            "format": null,
            "domain": "sait.ru",
            "start_date": "2018-07-01",
            "end_date": "2018-07-31",
            "limit": null,
            "country": "world"
        },
        "status": "Success",
        "last_updated": "2018-07-31"
    },
    "visits": [
        {
            "date": "2018-07-01",
            "visits": 211.6172665827583
        }

How to understand the number of visits? What does the dot mean in visits: 211.6172665827583?
How many visits are there? 211?
Then what do the numbers after the dot mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2018-08-31
@evlgromov

211
you do int(visits)
after the dot - the result of machine learning
is all estimated data, not exact (well, except for those where it is confirmed)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question