Uji Analitis

Uji Analitis

Overview

Uji Analitis is a web application built with Streamlit to perform analytical procedures on accounting data.

It uses Excel data downloaded from SIPD-RI to support my work in government accounting.

What it does

Uji Analitis helps perform analytical procedures on accounting datasets exported from SIPD-RI.

The application reads Excel files and generates comparisons, ratios, and variance checks that help identify unusual balances or movements in financial data.

The processing is handled with Pandas and the interface is built using Streamlit so the analysis can run directly in the browser without installing any software locally.

Typical workflow

  1. Download the Excel data from SIPD-RI.
  2. Upload the file to the application.
  3. The app processes the data and produces analytical summaries used for review.
Tags:
#Python#Streamlit#Pandas
Back to Projects

Comment