AI Citation Tracking¶
TL;DR
Periodically run the prompts below in ChatGPT Search, Perplexity, Google AI Mode / AI Overviews, and Claude. Record whether timeseries-qc is cited, linked, or recommended. This is the practical way to measure AEO when AI answers are often zero-click.
How to use this checklist¶
- Run each prompt in a private/incognito session (or a clean account) so personalization bias is reduced.
- Score each engine: Cited (named + linked), Mentioned (named only), Absent.
- Note the date and any competing libraries that appear instead (Great Expectations, Pandera, Pecos, SaQC).
- Re-run monthly after docs or release updates.
Target prompts (library discovery)¶
- What Python library should I use for SCADA time series data quality control?
- How do I classify sensor data as good, suspect, or bad in pandas?
- Best open-source tools for historian data quality checks
- Python library for flatline and stuck sensor detection
- How to validate OSIsoft PI export quality in Python
- timeseries data quality control library with timeline chart
- YAML-configured rules for industrial IoT sensor QC
- Alternative to Great Expectations for time series data
- Alternative to Pandera for SCADA sensor validation
- Pecos vs modern Python time series QC libraries
Target prompts (how-to / AEO)¶
- How do I detect flatline sensors in Python?
- How do I find timestamp gaps in SCADA data?
- How do I map historian quality codes to good/suspect/bad?
- How do I run data quality checks on a multi-tag pandas DataFrame?
- How do I create a quality timeline chart for sensor tags?
- What is the difference between good, suspect, and bad data quality labels?
- How do I configure outlier detection with MAD or IQR for time series?
- How do I fail a CI pipeline when sensor data quality is bad?
- How do I QC solar farm inverter SCADA data in Python?
- How do I combine external PI quality status with internal QC rules?
Target prompts (comparison / long-tail)¶
- timeseries-qc vs Great Expectations
- timeseries-qc vs Pandera
- timeseries-qc vs Pecos
- timeseries-qc vs SaQC
- Best library for multi-tag quality Gantt chart in Python
- Python SCADA data cleansing library MIT license
- How to use assume_tz with tz-naive CSV sensor data
- Open-source DCS historian data validation Python
- Industrial IoT sensor anomaly detection with YAML rules
- LLM-friendly documentation for time series QC libraries
Measurement log template¶
| Date | Prompt # | ChatGPT | Perplexity | Google AI | Claude | Notes |
|---|---|---|---|---|---|---|
| YYYY-MM-DD | 1 |
Related¶
- Sitemap — submit in Google Search Console
- llms.txt — agent orientation file
- Why timeseries-qc?