Registry / data / decida

decida

JSON →
library1.1.5pypypiunverified

Library for device and circuit data analysis, including measurement database management, parameter extraction, optimization, and visualization (plots). Current version 1.1.5. Release cadence is irregular.

pip install decida
INSTALL
IMPORT
SIG · DECIDA
D
decida
datapythonv1.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Data
from decida.Data import Data
Read
from decida.Read import Read
Plot
from decida.Plot import Plot
Model
from decida.Model import Model

Load data from file and plot two columns.

from decida.Data import Data d = Data('example_data.txt') d.head() from decida.Plot import Plot p = Plot(d, 'x', 'y') p()
decida --version
Debug
Known issues
gotchaThe package uses a non-standard class-based import style per module (e.g., decida.Data.Data). Ensure you import the class directly, not the module.
fix
Use `from decida.Data import Data` instead of `import decida` or `from decida import Data`.
affects: all
gotchaData files must be in a specific format (usually space-separated columns with headers). CSV may not work directly.
fix
Check documentation for expected file format; convert CSV to space-separated if needed.
affects: all
gotchaPlot objects are callable; invoke with `p()` to display, not `p.show()`.
fix
Use `p()` or `p(title='...')` to show the plot.
affects: all
Upgrade
Version history
1.1.5latest on PyPI · released Mar 11, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
decida — pip install decida · libregistry