This book is built with Docusaurus
pnpm run build
to build the bookpnpm run start
ORpnpm run serve
to start the book locally
- 1.10: Additional JSON examples of loading json data where the data (raw) is nested with a key:value pair and not at the top level
- 2.1: More examples for extracting rows based on rules
- 2.1: Give example output for z-score removal of outliers
- 2.2: Add in time check example for POLARS versus PANDAS
Deploy your own Docusaurus documentation or ebook (based on markdown) project with Vercel now.
My Live Example: https://book.datascience.appliedhealthinformatics.com/
- General instructions: https://github.com/easyops-cn/docusaurus-search-local
- Need to go into the config file an do as such:
// Add the themes section with the search plugin
themes: [
// ... Your other themes.
[
"@easyops-cn/docusaurus-search-local",
({
hashed: true,
// For Docs using Chinese, The `language` is recommended to set to:
// language: ["en", "zh"],
}),
],
],