# Data Science in Go: How Much To Tip

DevFeed: [Data Science in Go: How Much To Tip](<https://devfeed.tech/articles/data-science-in-go-how-much-to-tip-22176.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2021/07/go-data-science-how-much-tip.html>)

Published: 2021-07-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Data Science](<https://devfeed.tech/topics/data-science.md>), [CSV](<https://devfeed.tech/topics/csv.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [ardan-labs](<https://devfeed.tech/tags/ardan-labs.md>), [article](<https://devfeed.tech/tags/article.md>), [blog](<https://devfeed.tech/tags/blog.md>), [code](<https://devfeed.tech/tags/code.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [go](<https://devfeed.tech/tags/go.md>), [go-programming](<https://devfeed.tech/tags/go-programming.md>), [golang](<https://devfeed.tech/tags/golang.md>), [programming](<https://devfeed.tech/tags/programming.md>)

## AI overview

A tutorial that uses Go and a sample of the NYC Taxi dataset to explore how much passengers should tip. It covers initial data inspection, CSV parsing, loading selected fields, and calculating statistics.

## Source excerpt

The Question When you work on data science problems, you always start with a question you're trying to answer. This question will affect the data you pick, your exploration process, and how you interpret the results. The question for this article is: How much (in percentage) should you tip your taxi driver? To answer the question, we'll use a portion of the NYC Taxi dataset. The data file we'll be using is taxi-01-2020-sample.csv.bz2