Dario Radečić
Senior Data Scientist at NEOS
Expertise: Data science, Python, AI and Oracle
Education: Algebra University

Dario Radečić is a senior data scientist for NEOS. He has worked in data roles since 2019 and perviously served as a consultant and data analyst for NEOS. Dario holds a mater’s in data science from Algebra University.  

Sort By
Most Recent
Most Recent
Oldest
4 Articles
Developer writing Python code
Python set difference is a function that returns the elements of the first set that aren’t found in the second set. Here’s how it works with code.
Developer working in Pandas on computer
Pandas offers three methods to add a row to a DataFrame, including the append() method, loc[] indexer and the concat() method. Here’s how to do each one.  
Developer frustrated with an error in his code
ModuleNotFoundError: No module named ‘pandas’ is often thrown when the Python interpreter can’t locate the Pandas library installation. Here’s how to fix it. 
Developer installing software on computer
Pip allows users to install a specific version of a Python package using the pip install <package_name>==<version> command. Here’s how.