data-analysis-guidelines icon indicating copy to clipboard operation
data-analysis-guidelines copied to clipboard

📒 Analyzing Data, the DataMade Way

Results 7 data-analysis-guidelines issues
Sort by recently updated
recently updated
newest added

`pip` install `sqlalchemy` and `psycopg2`. Then, in your Pweave markdown (`.pmd`) or Pweave TeX (`.ptexw`) file: Import pandas and sqlalchemy, and connect to your database. ```python = import pandas as...

we have instructions for pweave with atom. @fgregg, care to add your emacs setup to the setup guide, too?

Some ideas: - [tabulate](https://pypi.python.org/pypi/tabulate) - [pytablewriter](http://pytablewriter.readthedocs.io/en/latest/) Requirements: - Must support Markdown and LaTeX table formats

i've tried a `setup.py` file in the `analyses/` dir, as well as an `environment` module. both led to weird import problems when compiling the analysis versus developing in atom.

[lfs](https://git-lfs.github.com/) is a cool open-source tool from atlassian that's been adopted by git clients like github and makes dealing with big ol' files a breeze. add some language about it.

To use pweave, first write an input file (Pweave markdown, Pweave LaTeX, etc.) with code enclosed in `noweb` syntax (that's `=` on a new line at the top and `@`...