python
39 TopicsData Analysis Using Python
As part of the Yemeni Data Community activities, we are pleased to announce the training course: Data Analysis Using Python https://yemdat.com/events/data-analysis-using-python In this training program, we will cover the following main topics: Introduction to Python NumPy Pandas Matplotlib Seaborn Projects Notes: A dedicated group for the course will be created and will appear to you after registration so you can join. The sessions will be conducted remotely (online) using Microsoft Teams. Duration: 10 days Time: From 8:00 PM to 10:00 PM It is preferable that participants have basic knowledge of programming. Additional instructions and practical materials will be provided in the course’s private group. Follow the community’s news and activities on social media: LinkedIn: https://www.linkedin.com/company/yemdathub/ Facebook: https://www.facebook.com/Yemdathub Instagram: https://www.instagram.com/yemdathub X (Twitter): https://x.com/Yemdathub Website to join: yemdat.comScheduled Refresh and Python script for data transformation
Hello, I created a report that uses Python script to add new column on my existing dataset. import pandas as pd dataset["TEST"] = 1 When i refresh data in Desktop, everything is ok, but when i upload report on my Reporting Server and set scheduled refresh it didn't worsk, i got this error: The import Python.Execute matches no exports. Did you miss a module reference?. The exception was raised by the IDbCommand interface And status of my schedule: Data source error: Login failed for data source ‘Unknown’. I have installed Python on my server, when I refresh report in Desktop on my server it works fine. That happens with any simple Python script. Can someone help me with that issue?Solved13KViews0likes4CommentsFrom Pandas and SQL to Power Query Code
This article will show how to get a data result with three different languages in order to help people learn one knowing another one. The languages are Python with Pandas library, T-SQL and Power Query M. This is an original post from LaDataWeb.12KViews4likes2CommentsSAP General Ledger - Extract General Ledger Accounting Data to Power BI with Python Scripts
The Power BI Connector for SAP (PCS) from DVW Analytics can be used to extract data directly from SAP into Power BI Reports and Dashboards. In this blog series I will detail all the steps needed to extract data from SAP Tables and import the associated data into Power BI via Python Scripts generated in PCS where it can be easily refreshed.7.6KViews2likes1CommentSelectively Importing Python Tables and Auto Exporting with Python
Python and Power BI There are many tutorials on Python scripts, but here I would like to offer some insights on using Python combined with Power BI. The official document already have a tutorial on how to install Python and some basic uses. We can either install python Anaconda3 pack or download python and install pandas and matplotlib packages with commands. Some commonly used packages are configured in Anaconda 3, it is not necessary to install pandas and matplotlib separately if Anaconda 3 is already installed.4.5KViews0likes1CommentGlobal AI Bootcamp 2026 Antigua Guatemala
El evento está destinado a todas aquellas personas que están interesadas en explorar el ecosistema de la Inteligencia Artificial por medio del Global AI Bootcamp 2026 a través de charlas brindadas por profesionales y apasionados en el área. ¡Será un honor tenerte con nosotros en esta jornada de crecimiento y colaboración! Ven a descubrir el potencial de la Power Platform, conoce a otros apasionados del tema y adquiere las habilidades necesarias para llevar tu trabajo o negocio al siguiente nivel. No importa si eres principiante o tienes experiencia en la plataforma; este evento está pensado para todos. Te esperamos con gran entusiasmo. ¡No faltes a esta experiencia única de aprendizaje y networking! Agenda 10am Análisis y Ubicacion Inteligente de Clientes Con IA. Julio Xicay 11am Del dato al dialogo: El poder de Fabric y los Agentes Virtuales. Raul Sao 13:30 Python y Power BI para Data Science. Luciano TOm 14:30 Aprenda Machine Learning viajando en el Titanic. Ricardo Sierra Las personas que asistan al evento, luego de finalizado recibirán un código para generar su insignia digital donde hace constar su participación por parte de Global AI Community. Inscríbete aquí: Global AI Bootcamp 2026 Antigua Guatemala, vie, 27 mar 2026, 10:00 | Meetup4.2KViews0likes0CommentsScheduling data refresh for python script data source
Hello Guyz, I created this report with a python script which extracts data from a mongodb using an aggregation query, I have successfully pulished the report to the PowerBI premise server which is what we cureently have. But I noticed the report is not refreshing when I view it, as the last refresh datetime is not changing. I read from some articles out there that data refresh only happens when you view the report, which I did and but last refesh time is not changing. I will greatly appreciate your contribution on how to get this report to refresh. Thank you.Solved3.9KViews0likes3Comments