Deletion log
From Sustainability Methods
Below is a list of the most recent deletions.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:32, 12 June 2025 Jette.Stiller talk contribs deleted page Methods module (content was: "== Methods Module == == Leuphana Semester == === Winter 2025/2026=== '''Here's some random text for you:''' ''Whatever'' '''lkjl...", and the only contributor was "Gustavo" (talk))
- 08:31, 12 June 2025 Jette.Stiller talk contribs deleted page File:Gustavo.jpeg
- 11:03, 2 June 2025 Ness talk contribs deleted page File:Social space library.jpg (Duplicated file)
- 20:37, 11 May 2025 LindavH talk contribs deleted page Reflection and Iteration (content was: "<!-- Creating the article --> <!-- there is no button to create a new page - just type https://su...", and the only contributor was "Sergey.belomestnykh" (talk))
- 13:14, 7 May 2025 Gustavo talk contribs deleted page Guidelines of Co-authorship (content was: "<b>In short:</b> This entry provides guidance for handling different roles in co-authorship for peer-reviewed scientific articles. Yo...", and the only contributor was "Gustavo" (talk))
- 08:16, 25 April 2025 Joanna Knecht talk contribs deleted page File:Silent debate 1.jpg
- 08:15, 25 April 2025 Joanna Knecht talk contribs deleted page File:Silent debate 2.jpg
- 08:15, 25 April 2025 Joanna Knecht talk contribs deleted page File:Silent debate 3.jpg
- 14:58, 2 April 2025 LindavH talk contribs restored page File:Template Outline ScientificResearch HvW.pdf (1 revision and 1 file) (this file has been wrongly deleted due to a misunderstanding)
- 14:55, 2 April 2025 LindavH talk contribs deleted page File:Template Outline ScientificResearch HvW.pdf (Duplicated file)
- 11:13, 19 February 2025 Joanna Knecht talk contribs deleted page Giving Feedback (content was: "{|class="wikitable" style="text-align: center; width: 100%" ! colspan = "4" | Type !! colspan = "4" | Team Size |- |'''Me, Myself and I''' || '''Group Collaboration''' || [...")
- 15:59, 28 January 2025 Gustavo talk contribs deleted page Selenium (content before blanking was: "<mark>'''Still in edition mode'''</mark> = A Guide to Web Scraping with Selenium in Python = == Introduction == File:web_scraping_diagram.png|thumb|800px|center|Web Scraping Diagram: A visual representation of the web...")
- 16:19, 10 January 2025 Alexander talk contribs deleted page File:Timeline Bachelor Thesis.png (Deleted old revision 20250110160614!Timeline_Bachelor_Thesis.png)
- 16:18, 10 January 2025 Alexander talk contribs restored page File:Timeline Bachelor Thesis.png (2 revisions and 2 files)
- 16:17, 10 January 2025 Alexander talk contribs deleted page File:Timeline Bachelor Thesis.png
- 16:07, 10 January 2025 Alexander talk contribs deleted page File:Timeline Bachelor Thesis.png (Deleted old revision 20250110160614!Timeline_Bachelor_Thesis.png: Duplicated file)
- 16:06, 11 November 2024 Gustavo talk contribs deleted page File:Homework.pdf (no reason)
- 13:56, 15 October 2024 Gustavo talk contribs deleted page File:Vscode interface.png (mistake)
- 10:04, 8 October 2024 Gustavo talk contribs deleted page Playground (content was: "== Welcome to the Python Wiki for Data Analysis == Python has become one of the most popular programming languages because of its sim...", and the only contributor was "Gustavo" (talk))
- 11:16, 25 September 2024 Gustavo talk contribs deleted page File:Python landscape2.png (wrong image)
- 11:10, 25 September 2024 Gustavo talk contribs deleted page DATAx (content was: "Welcome to Datax == Coding in Notebooks == Coding in Notebooks == Hello World == Hello World! == Variables and Expressions...", and the only contributor was "Gustavo" (talk))
- 11:09, 25 September 2024 Gustavo talk contribs deleted page Hello World! (content was: "==Your first line of code== When learning a new programming language, normally we start with a simple “hello world” example. This...", and the only contributor was "Gustavo" (talk))
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Variables and Expressions in Python (content was: "==What is a variable?== Similar to an administration, a computer processes information and this information has to be stored somewhere...", and the only contributor was "Gustavo" (talk))
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Data Types in Python (content was: "==Purpose of data types== Data is pieces of information that are recorded or measured. This can be a number, text,... We need differe...", and the only contributor was "Gustavo" (talk))
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Conditions and Branching in Python (content was: "Conditions allow us to make decisions in a program and implement more complex program logic. ==Comparison operators == Comparison operators and booleans form the basis for checking conditions. Comparison operators are used to compare v...")
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Functions in Python (content was: "== What are functions? == Functions are reusable blocks of code that complete specific tasks. They take input, process it and return results. Functions can do everything from simple calculations to complex data manipulation. They are on...")
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Loops in Python (content was: "Loops are an essential part of programming, as they allow code to be executed repeatedly without having to rewrite it each time. There are two basic types of loops: counting loops <code>for</code> loops, which run through a fixed number...")
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Sequential data types (lists) (content was: "== Sequential data types (lists) == In addition to the basic data types, Python (and most other programming languages) has data types...", and the only contributor was "Gustavo" (talk))
- 11:08, 25 September 2024 Gustavo talk contribs deleted page Data import and inspection in Python (content was: "== Purpose of data analysis == More and more data is collected every day and it can be used to answer questions and make informed deci...", and the only contributor was "Gustavo" (talk))
- 11:07, 25 September 2024 Gustavo talk contribs deleted page Dataframe manipulation with Pandas (content was: " == Dataframe manipulation == In this entry, you will learn how to access and manipulate data in Pandas dataframes. This skill is esse...", and the only contributor was "Gustavo" (talk))
- 11:07, 25 September 2024 Gustavo talk contribs deleted page Data cleaning with Pandas (content was: "== Data cleaning == In this entry, you will learn how to clean your data and prepare it for analysis. This step can often take up 80%...", and the only contributor was "Gustavo" (talk))
- 11:07, 25 September 2024 Gustavo talk contribs deleted page Introduction to Data Visualization with Python (content was: "== Data visualization == Data visualization is an important part of data exploration and communication of results. To visualize your d...", and the only contributor was "Gustavo" (talk))
- 11:04, 25 September 2024 Gustavo talk contribs deleted page Coding in Notebooks (content was: " ==Introduction== There are two main types of python files: scripts and notebooks. Scripts are files that contain the extension .py w...", and the only contributor was "Gustavo" (talk))
- 14:45, 18 September 2024 Gustavo talk contribs deleted page Dataframe manipulation in Python (content was: " == Dataframe manipulation == In this entry, you will learn how to access and manipulate data in Pandas dataframes. This skill is esse...", and the only contributor was "Gustavo" (talk))
- 14:43, 18 September 2024 Gustavo talk contribs deleted page Category:Python Analysis (content was: "This is a category page. It lists all of the pages in category "Python Analys...", and the only contributor was "Automatic category creator" (talk))
- 21:10, 17 September 2024 Gustavo talk contribs deleted page Types, Expressions, and Variables in Python (content was: " ==Data Types== Data types are how Python understand the types of each data and therefore how to handle them. In many situations, it seems intuitive to humans which data type we are dealing with. However, it is not for Python. Be...")
- 11:01, 12 September 2024 Gustavo talk contribs deleted page Poisson Distribution in Python (content was: "THIS ARTICLE IS STILL IN EDITING MODE ==1. Introduction to Probability Distribution== A probability distribution summarizes the probabilities for the values of a random variable. The general properties/features that define a distribution...")
- 13:51, 3 September 2024 Gustavo talk contribs deleted page Category:Python basics (not useful)
- 13:51, 3 September 2024 Gustavo talk contribs deleted page Category:Python examples (not useful)
- 23:23, 22 July 2024 Gustavo talk contribs deleted page File:Python Landscape Diagram.png
- 12:21, 23 May 2024 Sergey.belomestnykh talk contribs deleted page File:Scopus hits per year for graphical abstracts until 2024.png
- 12:16, 23 May 2024 Sergey.belomestnykh talk contribs deleted page File:Scopus hits per year for graphical abstracts until 2024.png
- 12:14, 23 May 2024 Sergey.belomestnykh talk contribs deleted page File:Scopus hits per year for graphical abstracts until 2024.png
- 12:12, 23 May 2024 Sergey.belomestnykh talk contribs deleted page File:Scopus hits per year for graphical abstracts until 2024.png (Deleted old revision 20240523121024!Scopus_hits_per_year_for_graphical_abstracts_until_2024.png)
- 18:16, 22 May 2024 Sergey.belomestnykh talk contribs deleted page Geographical abstract (content was: "<!-- Creating & Categorizing the article --> <!-- there is no button to create a new page - just...", and the only contributor was "Sergey.belomestnykh" (talk))
- 15:26, 15 April 2024 Gustavo talk contribs deleted page Conda (i was just trying)
- 14:30, 2 April 2024 CarloKrügermeier talk contribs deleted page Skills & Tools (content was: "'''Skills & Tools are approaches, ideas, tips or gimmicks that can help improve your work.''' They can s...", and the only contributor was "Christopher Franz" (talk))
- 11:18, 18 March 2024 Evgeniyaz talk contribs deleted page File:Bern form1.png
- 14:36, 12 March 2024 CarloKrügermeier talk contribs deleted page Category:The Academic System (content was: "__NOTITLE__ = Category: The Academic System = insert descriptive text here", and the only contributor was "CarloKrügermeier" (talk))
- 09:59, 29 August 2023 Milan talk contribs restored page Objects in Python (1 revision)