Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs (README.md): add badges, fix typo #14

Merged
merged 1 commit into from
May 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<div>
<a href="https://nbviewer.org/github/MistyDi/data_analytics-math_python_pandas/blob/main/data_analytics_task.ipynb">
<img src="https://github.com/jupyter/design/blob/master/logos/Badges/nbviewer_badge.svg" alt="data_analytics_task.ipynb at nbviewer"></a>
<a href="https://github.com/MistyDi/data_analytics-math_python_pandas/blob/main/LICENSE">
<img src="http://img.shields.io/badge/license-MIT-red.svg?style=flat" alt="license"></a>
<a href="https://www.python.org/">
<img src="https://github.com/MistyDi/badges/blob/main/badges/p3_10.svg" alt="python"></a>
</div>
<br>


> The test is directed to check knowledge of Higher Maths (1), basic Python definitions (2) and usage of python libs
for data analytics. I'm enough-experienced python-developer, so parts (1) and (3) are more interesting to measure the
experience.
Expand Down Expand Up @@ -26,7 +37,8 @@ See [DEVELOPING.md](DEVELOPING.md): TODOs, recommendations
## (3) Data Analytics Test - Pandas/Plotly

See task description and task solution at [nbviewer.org - data_analytics_task.ipynb](https://nbviewer.org/github/MistyDi/data_analytics-math_python_pandas/blob/main/data_analytics_task.ipynb)
(with support)
(with support of interactive plotly-plots, this also available by the badge
<a href="https://nbviewer.org/github/MistyDi/data_analytics-math_python_pandas/blob/main/data_analytics_task.ipynb"><img src="https://github.com/jupyter/design/blob/master/logos/Badges/nbviewer_badge.svg" alt="data_analytics_task.ipynb at nbviewer"></a> (click on it))

Original source (but without plotly-plots visual): [data_analytics_task.ipynb](data_analytics_task.ipynb)

Expand Down Expand Up @@ -60,4 +72,4 @@ make run-lab
However, if you need, for more precise installing see [INSTALL.md](INSTALL.md) and other target-options
of the [Makefile](Makefile).

For further developing and IDE recommendations - see [DEVELOPING.md](DEVELOPING.md)
For further developing and IDE recommendations - see [DEVELOPING.md](DEVELOPING.md)