File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)]))
4245NONE_SERIES = Series(data = [None for _ in range (0 , dataframe_size)]))
4346```
4447
45- ### SQL Syntax
48+ ## SQL Syntax
4649The sql syntax for dataframe_sql is as follows:
4750
4851Select statement:
You can’t perform that action at this time.
0 commit comments