Skip to content

Commit 10c6231

Browse files
authored
Merge pull request #24 from zbrookle/readme_updates
ENH: Add badges to readme
2 parents 701d6f5 + 00abdaa commit 10c6231

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# dataframe_sql
22

33
![CI](https://github.com/zbrookle/dataframe_sql/workflows/CI/badge.svg)
4-
4+
[![Downloads](https://pepy.tech/badge/dataframe-sql)](https://pepy.tech/project/dataframe-sql)
5+
[![PyPI license](https://img.shields.io/pypi/l/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
6+
[![PyPI status](https://img.shields.io/pypi/status/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
7+
[![PyPI version shields.io](https://img.shields.io/pypi/v/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
58

69
## Installation
710

@@ -42,7 +45,7 @@ FALSE_SERIES = Series(data=[False for _ in range(0, dataframe_size)]))
4245
NONE_SERIES = Series(data=[None for _ in range(0, dataframe_size)]))
4346
```
4447

45-
### SQL Syntax
48+
## SQL Syntax
4649
The sql syntax for dataframe_sql is as follows:
4750

4851
Select statement:

0 commit comments

Comments
 (0)