A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.nixtla.io/docs/introduction/faq below:

TimeGPT FAQ - TimeGPT Foundational model for time series forecasting and anomaly detection

import pandas as pd

# Create sample data
data = {
    'ds': ['2023-01-01', '2023-01-02', '2023-01-03'],
    'y': [10, 12, 15]
}

df = pd.DataFrame(data)
df['ds'] = pd.to_datetime(df['ds'])

print(df)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4