Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
d
- Delphi Description: Delphi is an integrated development environment (IDE) for the Pascal programming language, designed to facilitate the creation of(...) Read more
- Dylan Description: Dylan is a multiparadigm programming language that supports functional and object-oriented programming. Designed to be flexible and(...) Read more
- DAX Description: DAX (Data Analysis Expressions) is a formula language used in various data analysis and business intelligence tools, such as(...) Read more
- DCL Description: DCL (Digital Command Language) is a scripting language used in various operating systems to facilitate interaction with the system.(...) Read more
- Decorator Description: The Decorator design pattern is a programming technique that allows for the dynamic addition of behavior to individual functions or(...) Read more
- Docstring Description: A docstring is a literal string that is placed as the first statement in a module, function, class, or method definition in Python.(...) Read more
- Dictionary Description: A dictionary in Python is a built-in data type that allows storing data in key-value pairs. Each key is unique and is used to(...) Read more
- Dask Description: Dask is a flexible library for parallel computing in Python, designed to facilitate the processing of large volumes of data and the(...) Read more
- Dunder Methods Description: Dunder methods, also known as special or magic methods in Python, are functions that begin and end with double underscores (__).(...) Read more
- DataFrame.groupby Description: The 'DataFrame.groupby' method in pandas is a fundamental tool for data manipulation and analysis in Python. It allows users to(...) Read more
- DataFrame.merge Description: The 'DataFrame.merge' method in pandas is a fundamental tool for combining two DataFrames based on one or more keys. This method(...) Read more
- DataFrame.pivot Description: The 'DataFrame.pivot' method in pandas is a fundamental tool for restructuring data in Python, allowing users to transform a(...) Read more
- DataFrame.plot Description: The 'DataFrame.plot' method in the pandas library of Python is a powerful tool for data visualization. It allows users to create(...) Read more
- DataFrame.to_csv Description: The 'DataFrame.to_csv' method is a function from the pandas library in Python that allows exporting a DataFrame to a file in CSV(...) Read more
- DataFrame.to_excel Description: The 'DataFrame.to_excel' method is a function from the pandas library in Python that allows exporting a DataFrame to a file in(...) Read more