MediaWiki-API-Ergebnis

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20241130191822|2161",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 2171,
                "ns": 0,
                "title": "Pandas Datareader",
                "pageid": 322,
                "logpage": 322,
                "revid": 3388,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-03-29T20:17:44Z",
                "comment": "Die Seite wurde neu angelegt: \u201eExample code for importing data into Pandas with Pandas Datareader.  <syntaxhighlight lang=\"python3\"> import pandas as pd  # Import Pandas Datareader data library for use with St. Louis FED / FRED API import pandas_datareader.data as web  # Import World Bank sub module from Pandas Datareader import pandas_datareader.wb as wb from datetime import datetime  import numpy as np  start = datetime(1999, 1, 1) end = datetime(2019, 1, 1)  # Get NASDAQ100 Data fro\u2026\u201c"
            },
            {
                "logid": 2170,
                "ns": 0,
                "title": "Python Pandas Module Cheatsheet",
                "pageid": 321,
                "logpage": 321,
                "revid": 3373,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-03-02T13:26:25Z",
                "comment": "Die Seite wurde neu angelegt: \u201e== Import Pandas Module == <syntaxhighlight lang=\"python3\"> import pandas as pd  </syntaxhighlight> [[Kategorie:Python]]\u201c"
            },
            {
                "logid": 2169,
                "ns": 0,
                "title": "Python Numpy",
                "pageid": 0,
                "logpage": 320,
                "revid": 3365,
                "params": {
                    "target_ns": 0,
                    "target_title": "Python NumPy Module Cheatsheet",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "Matt",
                "timestamp": "2025-02-28T07:20:56Z",
                "comment": ""
            },
            {
                "logid": 2168,
                "ns": 0,
                "title": "Python Numpy",
                "pageid": 0,
                "logpage": 320,
                "revid": 3363,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-02-19T08:29:04Z",
                "comment": "Die Seite wurde neu angelegt: \u201e== Variance == <syntaxhighlight lang=\"python3\">import numpy as np  dividends_microsoft_eur = [0.6358, 0.6308, 0.6364, 0.6854, 0.6876, 0.7016, 0.7016, 0.7906] variance_dividends_microsoft = np.var(dividends_microsoft_eur)  print('The variance of Microsoft stock dividends in 2023 and 2024 is', variance_dividends_microsoft)</syntaxhighlight>  == Standard Deviation == [[Kategorie:Python]]\u201c"
            },
            {
                "logid": 2167,
                "ns": 0,
                "title": "Python Modules",
                "pageid": 0,
                "logpage": 316,
                "revid": 3338,
                "params": {
                    "target_ns": 0,
                    "target_title": "Python Built-in Modules",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "Matt",
                "timestamp": "2025-02-09T08:08:08Z",
                "comment": ""
            },
            {
                "logid": 2166,
                "ns": 0,
                "title": "VSCode Cheat Sheet and Knowledgebase",
                "pageid": 319,
                "logpage": 303,
                "revid": 3332,
                "params": {
                    "target_ns": 0,
                    "target_title": "VSCode Cheatsheet and Knowledgebase"
                },
                "type": "move",
                "action": "move",
                "user": "Matt",
                "timestamp": "2025-02-08T19:10:55Z",
                "comment": ""
            },
            {
                "logid": 2165,
                "ns": 0,
                "title": "MathJax Cheatsheet",
                "pageid": 318,
                "logpage": 318,
                "revid": 3328,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-02-08T18:43:19Z",
                "comment": "Die Seite wurde neu angelegt: \u201e<math>a_1..a_n</math>\u201c"
            },
            {
                "logid": 2164,
                "ns": 0,
                "title": "Python Operators",
                "pageid": 317,
                "logpage": 317,
                "revid": 3323,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-02-08T08:22:28Z",
                "comment": "Die Seite wurde neu angelegt: \u201e===Sources=== https://www.codecademy.com/resources/docs/python/operators  https://docs.python.org/3/reference/lexical_analysis.html#operators [[Kategorie:Python]]\u201c"
            },
            {
                "logid": 2163,
                "ns": 0,
                "title": "Python Modules",
                "pageid": 0,
                "logpage": 316,
                "revid": 3320,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-02-08T08:18:35Z",
                "comment": "Die Seite wurde neu angelegt: \u201e=== os - Operating System ===  ==== How to Clear the Console from a Python Script ==== <syntaxhighlight lang=\"python3\">  import os  os.system('cls' if os.name == 'nt' else 'clear') </syntaxhighlight>  [[Kategorie:Python]]\u201c"
            },
            {
                "logid": 2162,
                "ns": 0,
                "title": "Disable Microsoft Recall (Windows)",
                "pageid": 315,
                "logpage": 315,
                "revid": 3315,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "Matt",
                "timestamp": "2025-01-06T08:51:43Z",
                "comment": "Die Seite wurde neu angelegt: \u201eThis article shows how to check the status of Microsoft Recall in Windows and how to deactivate or activate it if necessary.  = Prerequisite = Open Terminal as Administrator:  * Search for '''cmd.exe''' in Start Menu * Click on '''Run as Administrator'''  == Microsoft Recall ==  === Check Status ===  Dism /Online /Get-Featureinfo /Featurename:Recall   === Disable ===  Dism /Online /Disable-Feature /Featurename:Recall   === Enable ===  Dism /Online /Enable\u2026\u201c"
            }
        ]
    }
}