Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Big Tree Python Package

Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

It is pythonic, making it easy to learn and extendable to many types of workflows.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: bigtree
description: Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
description: Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
hide:
- toc
---
Expand All @@ -15,7 +15,7 @@ hide:
![license](https://img.shields.io/static/v1?label=license&message=MIT&color=blue "license")
![black](https://img.shields.io/static/v1?label=style&message=black&color=black "black")

Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame.
Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

It is pythonic, making it easy to learn and extendable to many types of workflows.

Expand Down