# Top Pandas Questions on Stack Overflow by Votes

**Use case:** 

The highest-voted Stack Overflow questions for the pandas tag, ranked by score, with title, votes, views, answers and links. Handy for Python docs and FAQs.

## Input

```json
{
  "query": "",
  "site": "stackoverflow",
  "tags": "python,pandas",
  "sortBy": "votes",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "answerCount": {
    "label": "Answers",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "url": {
    "label": "Question URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Stack Overflow / Stack Exchange Scraper](https://apify.com/dami_studio/stackexchange-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/stackexchange-scraper) to learn more, explore other use cases, and run it yourself.